mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-14 16:44:03 +00:00
Remove afterLink closures, add types, move actions, add usage explanation to the symlink trait
This commit is contained in:
parent
f2d562cd8b
commit
c4f65afa0a
6 changed files with 19 additions and 43 deletions
|
|
@ -10,7 +10,7 @@ use Illuminate\Foundation\Bus\Dispatchable;
|
|||
use Illuminate\Queue\InteractsWithQueue;
|
||||
use Illuminate\Queue\SerializesModels;
|
||||
use Stancl\Tenancy\Contracts\Tenant;
|
||||
use Stancl\Tenancy\CreateStorageSymlinksAction;
|
||||
use Stancl\Tenancy\Actions\CreateStorageSymlinksAction;
|
||||
|
||||
class CreateStorageSymlinks implements ShouldQueue
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue