測試 docker 還原 AppServiceProvider 20250528

This commit is contained in:
allen.yan 2025-05-28 17:39:09 +08:00
parent 13096f38e0
commit caa76207c5

View File

@ -22,9 +22,6 @@ class AppServiceProvider extends ServiceProvider
*/
public function boot(): void
{
if (app()->environment('production')) {
config(['app.url' => request()->getSchemeAndHttpHost()]);
}
Room::observe(RoomObserver::class);
}
}