refactor: Remove unnecessary code in AppServiceProvider.php
This commit is contained in:
parent
046a358ae0
commit
49d011574d
@ -30,8 +30,6 @@ public function boot(): void
|
|||||||
])->baseUrl($api_url);
|
])->baseUrl($api_url);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
echo config('app.env');
|
|
||||||
echo env('CI');
|
|
||||||
if (! env('CI')) {
|
if (! env('CI')) {
|
||||||
View::share('instanceSettings', InstanceSettings::get());
|
View::share('instanceSettings', InstanceSettings::get());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user