mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 12:24:04 +00:00
Add/update comments
This commit is contained in:
parent
1fd1aa7ad6
commit
8d13ce7e2f
3 changed files with 15 additions and 1 deletions
|
|
@ -197,6 +197,11 @@ return [
|
|||
|
||||
/**
|
||||
* Directories in which Tenancy will discover your models.
|
||||
* Subdirectories of the specified directories are also scanned.
|
||||
*
|
||||
* For example, specifying 'app/Models' will discover all models in the 'app/Models' directory and all of its subdirectories.
|
||||
* Specifying 'app/Models/*' will discover all models in the subdirectories of 'app/Models' (+ their subdirectories),
|
||||
* but not the models present directly in the 'app/Models' directory.
|
||||
*
|
||||
* @see Stancl\Tenancy\Commands\CreateRLSPoliciesForTenantTables
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue