mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-14 06:24:03 +00:00
remove ignition dependencies
This commit is contained in:
parent
588d1fcc0d
commit
e1fc0e107d
7 changed files with 7 additions and 62 deletions
|
|
@ -10,9 +10,6 @@ class TenantCouldNotBeIdentifiedByPathException extends TenantCouldNotBeIdentifi
|
|||
{
|
||||
public function __construct(int|string $tenant_id)
|
||||
{
|
||||
$this
|
||||
->tenantCouldNotBeIdentified("on path with tenant key: $tenant_id")
|
||||
->title('Tenant could not be identified on this path')
|
||||
->description('Did you forget to create a tenant for this path?');
|
||||
$this->tenantCouldNotBeIdentified("on path with tenant key: $tenant_id");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue