mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 05:24:03 +00:00
wip
This commit is contained in:
parent
92adfe2ba1
commit
508ef9919a
6 changed files with 6 additions and 6 deletions
|
|
@ -4,7 +4,7 @@ declare(strict_types=1);
|
|||
|
||||
namespace Stancl\Tenancy\Exceptions;
|
||||
|
||||
class NoTenantIdentifiedException extends Exception
|
||||
class NoTenantIdentifiedException extends \Exception
|
||||
{
|
||||
protected $message = 'No tenant has been identified yet.';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue