1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-06 06:54:04 +00:00
This commit is contained in:
Abrar Ahmad 2022-06-30 17:06:40 +05:00
parent acbdb4bbca
commit d8e298771b
11 changed files with 9 additions and 11 deletions

View file

@ -96,8 +96,6 @@ test('asset helper tenancy can be disabled', function () {
function getEnvironmentSetUp($app)
{
// parent::getEnvironmentSetUp($app);
$app->booted(function () {
if (file_exists(base_path('routes/tenant.php'))) {
Route::middleware(['web'])