1
0
Fork 0
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:
Samuel Štancl 2019-08-17 16:33:22 +02:00
parent be077ae73c
commit 47fb158b59
3 changed files with 12 additions and 4 deletions

View file

@ -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;