mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-04 21:14:02 +00:00
Make tenancy.token config call in the Sevice class default to an empty string
This commit is contained in:
parent
eddb95c014
commit
42b7ab2bd6
1 changed files with 1 additions and 1 deletions
|
|
@ -10,6 +10,6 @@ class Service
|
||||||
|
|
||||||
public function __construct()
|
public function __construct()
|
||||||
{
|
{
|
||||||
$this->token = config('tenancy.token');
|
$this->token = config('tenancy.token', '');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue