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

Telescope tags

This commit is contained in:
Samuel Štancl 2020-05-21 18:05:02 +02:00
parent 33d6fd82da
commit 2c1cc41b97
2 changed files with 49 additions and 0 deletions

View file

@ -161,6 +161,7 @@ return [
*/
'features' => [
// Stancl\Tenancy\Features\UserImpersonation::class,
// Stancl\Tenancy\Features\TelescopeTags::class,
// Stancl\Tenancy\Features\TenantConfig::class, // https://tenancy.samuelstancl.me/docs/v2/features/tenant-config/
// Stancl\Tenancy\Features\CrossDomainRedirect::class, // https://tenancy.samuelstancl.me/docs/v2/features/tenant-redirect/
],