mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 01:44:04 +00:00
Update TenantCouldNotBeIdentifiedById.php
This commit is contained in:
parent
19c5820efd
commit
8f12dd8829
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ use Facade\IgnitionContracts\ProvidesSolution;
|
||||||
use Facade\IgnitionContracts\Solution;
|
use Facade\IgnitionContracts\Solution;
|
||||||
use Stancl\Tenancy\Contracts\TenantCouldNotBeIdentifiedException;
|
use Stancl\Tenancy\Contracts\TenantCouldNotBeIdentifiedException;
|
||||||
|
|
||||||
|
// todo: in v3 this should be suffixed with Exception
|
||||||
class TenantCouldNotBeIdentifiedById extends TenantCouldNotBeIdentifiedException implements ProvidesSolution
|
class TenantCouldNotBeIdentifiedById extends TenantCouldNotBeIdentifiedException implements ProvidesSolution
|
||||||
{
|
{
|
||||||
public function __construct($tenant_id)
|
public function __construct($tenant_id)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue