mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-04 19:04:03 +00:00
wip
This commit is contained in:
parent
1001a4ee9d
commit
1243353ffa
1 changed files with 0 additions and 5 deletions
|
|
@ -35,13 +35,8 @@ class Install extends Command
|
||||||
$this->info('✔️ Created config/tenancy.php');
|
$this->info('✔️ Created config/tenancy.php');
|
||||||
|
|
||||||
file_put_contents(app_path('Http/Kernel.php'), str_replace(
|
file_put_contents(app_path('Http/Kernel.php'), str_replace(
|
||||||
<<<<<<< HEAD
|
|
||||||
"protected \$middlewarePriority = [",
|
"protected \$middlewarePriority = [",
|
||||||
"protected \$middlewarePriority = [\n \Stancl\Tenancy\Middleware\InitializeTenancy::class,",
|
"protected \$middlewarePriority = [\n \Stancl\Tenancy\Middleware\InitializeTenancy::class,",
|
||||||
=======
|
|
||||||
'protected $middlewarePriority = [',
|
|
||||||
"protected \$middlewarePriority = [\n \Stancl\Tenancy\Middleware\InitializeTenancy::class",
|
|
||||||
>>>>>>> 01102f481e2d4ae09c812bd93493866b72b7a1b6
|
|
||||||
file_get_contents(app_path('Http/Kernel.php'))
|
file_get_contents(app_path('Http/Kernel.php'))
|
||||||
));
|
));
|
||||||
$this->info('✔️ Set middleware priority');
|
$this->info('✔️ Set middleware priority');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue