1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-16 08:14:03 +00:00

Revert "Remove symlink-related jobs, instantiate and use actions"

This reverts commit 547440c887.
This commit is contained in:
lukinovec 2022-09-27 10:09:09 +02:00
parent 547440c887
commit 9eb035155d
9 changed files with 117 additions and 46 deletions

View file

@ -18,8 +18,8 @@ use Stancl\Tenancy\Events\TenantDeleted;
use Stancl\Tenancy\Events\DeletingTenant;
use Illuminate\Filesystem\FilesystemAdapter;
use Stancl\Tenancy\Events\TenancyInitialized;
use Stancl\Tenancy\Actions\CreateStorageSymlinks;
use Stancl\Tenancy\Actions\RemoveStorageSymlinks;
use Stancl\Tenancy\Jobs\CreateStorageSymlinks;
use Stancl\Tenancy\Jobs\RemoveStorageSymlinks;
use Stancl\Tenancy\Listeners\BootstrapTenancy;
use Stancl\Tenancy\Listeners\DeleteTenantStorage;
use Stancl\Tenancy\Listeners\RevertToCentralContext;