diff --git a/docs/source/v2/application-testing.blade.md b/docs/source/v2/application-testing.blade.md index 3e3b993..e0e28c0 100644 --- a/docs/source/v2/application-testing.blade.md +++ b/docs/source/v2/application-testing.blade.md @@ -25,7 +25,7 @@ protected function setUp(): void { parent::setUp(); - $this->call('migrate'); + $this->artisan('migrate'); tenancy()->create('test.localhost'); tenancy()->init('test.localhost'); @@ -45,4 +45,4 @@ protected function setUp(): void tenant()->create('test.localhost'); tenancy()->init('test.localhost'); } -``` \ No newline at end of file +```