Update Google's MyBusiness.php library to play nice with laravel
- Copy/Paste the following content of update.php to the top of
MyBusiness.php
namespace App\Classes;
use Google_Service;
use Google_Service_Resource;
use Google_Model;
use Google_Collection;
use Google_Client;- find and replace content of
MyBusiness.php- find :
, array($params), " - replace :
, array($params), "App\Classes\
- find :