mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 18:24:03 +00:00
$this->call -> $this->artisan
This commit is contained in:
parent
9fa3c18c48
commit
818ffd2ba3
1 changed files with 2 additions and 2 deletions
|
|
@ -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');
|
||||
}
|
||||
```
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue