diff --git a/tests/Etc/EarlyIdentification/Service.php b/tests/Etc/EarlyIdentification/Service.php index 29d9414c..01dfa116 100644 --- a/tests/Etc/EarlyIdentification/Service.php +++ b/tests/Etc/EarlyIdentification/Service.php @@ -10,6 +10,6 @@ class Service public function __construct() { - $this->token = config('tenancy.token'); + $this->token = config('tenancy.token', ''); } }