1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 18:34:04 +00:00

Remove storage deletion config key

This commit is contained in:
lukinovec 2022-09-12 09:03:27 +02:00
parent 72c68a107c
commit 99c071d0de

View file

@ -137,8 +137,6 @@ return [
* where you want to use tenant-specific assets (product images, avatars, etc). * where you want to use tenant-specific assets (product images, avatars, etc).
*/ */
'asset_helper_tenancy' => true, 'asset_helper_tenancy' => true,
'delete_storage_after_tenant_deletion' => false,
], ],
/** /**