Fix
This commit is contained in:
parent
5fc96dfa55
commit
16917638b5
|
@ -15,7 +15,7 @@ return [
|
||||||
/**
|
/**
|
||||||
* OAuth callback URL
|
* OAuth callback URL
|
||||||
*/
|
*/
|
||||||
'redirect_url' => env('BCONNECT_REDIRECT', url('/oauth/callback')),
|
'redirect_url' => env('BCONNECT_REDIRECT', 'http://localhost:8000/oauth/callback'),
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* OAuth client id
|
* OAuth client id
|
||||||
|
|
|
@ -13,7 +13,7 @@ class Connect
|
||||||
protected $app;
|
protected $app;
|
||||||
protected $synchronized = [];
|
protected $synchronized = [];
|
||||||
|
|
||||||
public function __construct(array $app)
|
public function __construct($app)
|
||||||
{
|
{
|
||||||
$this->app = $app;
|
$this->app = $app;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue