mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-04 17:04:03 +00:00
wip
This commit is contained in:
parent
db5cf1eb77
commit
170392f15f
1 changed files with 3 additions and 3 deletions
|
|
@ -26,12 +26,12 @@ abstract class TestCase extends \Orchestra\Testbench\TestCase
|
|||
|
||||
// $this->loadLaravelMigrations();
|
||||
|
||||
// $this->loadMigrationsFrom(realpath(__DIR__ . '/../src/assets/migrations/'));
|
||||
Artisan::call('migrate:install');
|
||||
// $this->loadMigrationsFrom(realpath(__DIR__ . '/../src/assets/migrations'));
|
||||
|
||||
// Artisan::call('migrate:fresh', [
|
||||
// '--path' => __DIR__ . '/../src/assets/migrations/'
|
||||
// '--path' => __DIR__ . '/../src/assets/migrations'
|
||||
// ]);
|
||||
// dd(Artisan::output());
|
||||
|
||||
if ($this->autoCreateTenant) {
|
||||
$this->createTenant();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue