mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 15:34:03 +00:00
Remove redondant initialization (#775)
This commit is contained in:
parent
96d9ad13d8
commit
f08e33afd8
1 changed files with 0 additions and 1 deletions
|
|
@ -34,7 +34,6 @@ class Run extends Command
|
||||||
{
|
{
|
||||||
tenancy()->runForMultiple($this->option('tenants'), function ($tenant) {
|
tenancy()->runForMultiple($this->option('tenants'), function ($tenant) {
|
||||||
$this->line("Tenant: {$tenant->getTenantKey()}");
|
$this->line("Tenant: {$tenant->getTenantKey()}");
|
||||||
tenancy()->initialize($tenant);
|
|
||||||
|
|
||||||
$callback = function ($prefix = '') {
|
$callback = function ($prefix = '') {
|
||||||
return function ($arguments, $argument) use ($prefix) {
|
return function ($arguments, $argument) use ($prefix) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue