mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-06 11:54:03 +00:00
removed shouldQueue interface
This commit is contained in:
parent
adce5f34d9
commit
cd1e05caea
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ use Stancl\Tenancy\Events\DeletingDatabase;
|
||||||
use Stancl\Tenancy\Events\DeletingDomain;
|
use Stancl\Tenancy\Events\DeletingDomain;
|
||||||
use Stancl\Tenancy\Events\DomainDeleted;
|
use Stancl\Tenancy\Events\DomainDeleted;
|
||||||
|
|
||||||
class DeleteDomains implements ShouldQueue
|
class DeleteDomains
|
||||||
{
|
{
|
||||||
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
|
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue