mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 18:24:03 +00:00
Update tenant-migrations.blade.md (#97)
semicolon wrongly placed in example's array element producing syntax error if copied and used
This commit is contained in:
parent
b33565be5c
commit
ec3cd7966e
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ You can run migrations from outside the command line as well. To run migrations
|
||||||
$tenant = \Tenant::create('tenant1.localhost');
|
$tenant = \Tenant::create('tenant1.localhost');
|
||||||
|
|
||||||
\Artisan::call('tenants:migrate', [
|
\Artisan::call('tenants:migrate', [
|
||||||
'--tenants' => [$tenant->id];
|
'--tenants' => [$tenant->id]
|
||||||
]);
|
]);
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue