mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 16:34:04 +00:00
Fix Typo in TenantCouldNotBeIdentifiedById
This commit is contained in:
parent
f273ed4f1e
commit
916c6ec2af
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ use Facade\IgnitionContracts\ProvidesSolution;
|
||||||
use Facade\IgnitionContracts\Solution;
|
use Facade\IgnitionContracts\Solution;
|
||||||
use Stancl\Tenancy\Contracts\TenantCouldNotBeIdentifiedException;
|
use Stancl\Tenancy\Contracts\TenantCouldNotBeIdentifiedException;
|
||||||
|
|
||||||
class TenantCountNotBeIdentifiedById 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