mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 14:14:04 +00:00
Use MySQL by default; create migrations/tenant in tenancy:install
This commit is contained in:
parent
be077ae73c
commit
47fb158b59
3 changed files with 12 additions and 4 deletions
|
|
@ -213,6 +213,7 @@ class Kernel extends HttpKernel
|
|||
$this->assertFileExists(base_path('routes/tenant.php'));
|
||||
$this->assertFileExists(base_path('config/tenancy.php'));
|
||||
$this->assertFileExists(database_path('migrations/2019_08_08_000000_create_tenants_table.php'));
|
||||
$this->assertDirectoryExists(database_path('migrations/tenant'));
|
||||
$this->assertSame("<?php
|
||||
|
||||
namespace App\Http;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue