diff --git a/source/docs/v2/tenant-migrations.blade.md b/source/docs/v2/tenant-migrations.blade.md index 5c85f00..7d8b8eb 100644 --- a/source/docs/v2/tenant-migrations.blade.md +++ b/source/docs/v2/tenant-migrations.blade.md @@ -23,7 +23,7 @@ You can run migrations from outside the command line as well. To run migrations $tenant = \Tenant::create('tenant1.localhost'); \Artisan::call('tenants:migrate', [ - '--tenants' => [$tenant->id]; + '--tenants' => [$tenant->id] ]); ```