mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-06 04:14:03 +00:00
add --only-selected option for tenants:migrate command
This commit is contained in:
parent
126afcd0dd
commit
5ef225762f
4 changed files with 51 additions and 1 deletions
|
|
@ -178,6 +178,11 @@ return [
|
|||
'--realpath' => true,
|
||||
],
|
||||
|
||||
/**
|
||||
* The class and method name used by tenants:migrate command with --only-selected option.
|
||||
*/
|
||||
'migration_filter_tenants_method' => [\App\Repositories\TenantRepository::class, 'filterBy'],
|
||||
|
||||
/**
|
||||
* Parameters used by the tenants:seed command.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue