1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 19:04:02 +00:00

add todo [ci skip]

This commit is contained in:
Samuel Štancl 2024-04-10 04:13:23 +02:00
parent 630f404227
commit b3019844e3

View file

@ -312,7 +312,7 @@ return [
* leave asset() helper tenancy disabled and explicitly use tenant_asset() calls in places
* where you want to use tenant-specific assets (product images, avatars, etc).
*/
'asset_helper_tenancy' => false,
'asset_helper_tenancy' => false, // todo@rename asset_helper_override?
],
/**