mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-06 04:14:03 +00:00
Improve queue tenancy
This commit is contained in:
parent
435d8528a7
commit
73a4a3018c
8 changed files with 279 additions and 36 deletions
|
|
@ -9,7 +9,7 @@ use Facade\IgnitionContracts\ProvidesSolution;
|
|||
use Facade\IgnitionContracts\Solution;
|
||||
use Stancl\Tenancy\Contracts\TenantCouldNotBeIdentifiedException;
|
||||
|
||||
// todo: in v3 this should be suffixed with Exception
|
||||
// todo: in v4 this should be suffixed with Exception
|
||||
class TenantCouldNotBeIdentifiedById extends TenantCouldNotBeIdentifiedException implements ProvidesSolution
|
||||
{
|
||||
public function __construct($tenant_id)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue