mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 15:54:03 +00:00
Apply fixes from StyleCI
This commit is contained in:
parent
c21beabd3e
commit
0d14911538
1 changed files with 8 additions and 8 deletions
|
|
@ -61,16 +61,16 @@ return [
|
||||||
'mysql' => Stancl\Tenancy\TenantDatabaseManagers\MySQLDatabaseManager::class,
|
'mysql' => Stancl\Tenancy\TenantDatabaseManagers\MySQLDatabaseManager::class,
|
||||||
'pgsql' => Stancl\Tenancy\TenantDatabaseManagers\PostgreSQLDatabaseManager::class,
|
'pgsql' => Stancl\Tenancy\TenantDatabaseManagers\PostgreSQLDatabaseManager::class,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Use this database manager for MySQL to have a DB user created for each tenant database.
|
* Use this database manager for MySQL to have a DB user created for each tenant database.
|
||||||
* You can customize the grants given to these users by changing the $grants property.
|
* You can customize the grants given to these users by changing the $grants property.
|
||||||
*/
|
*/
|
||||||
// 'mysql' => Stancl\Tenancy\TenantDatabaseManagers\PermissionControlledMySQLDatabaseManager::class,
|
// 'mysql' => Stancl\Tenancy\TenantDatabaseManagers\PermissionControlledMySQLDatabaseManager::class,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Disable the pgsql manager above, and enable the one below if you
|
* Disable the pgsql manager above, and enable the one below if you
|
||||||
* want to separate tenant DBs by schemas rather than databases.
|
* want to separate tenant DBs by schemas rather than databases.
|
||||||
*/
|
*/
|
||||||
// 'pgsql' => Stancl\Tenancy\TenantDatabaseManagers\PostgreSQLSchemaManager::class, // Separate by schema instead of database
|
// 'pgsql' => Stancl\Tenancy\TenantDatabaseManagers\PostgreSQLSchemaManager::class, // Separate by schema instead of database
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue