Merge pull request #5064 from turbo124/v5-develop

Minor fix for connected account
This commit is contained in:
David Bomba 2021-03-09 09:55:46 +11:00 committed by GitHub
commit a7bb7b4914
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ namespace App\Http\Controllers;
use App\Libraries\MultiDB;
use App\Libraries\OAuth\Providers\Google;
use Illuminate\Http\Request;
use Google_Client;
class ConnectedAccountController extends BaseController
{