removed debugger

This commit is contained in:
CHIEFSOFT\ameye
2024-01-27 12:40:16 -05:00
parent 31a3186735
commit ad61d31b2c
+2 -2
View File
@@ -24,8 +24,8 @@ class AppServiceProvider extends ServiceProvider
*/ */
public function boot() public function boot()
{ {
echo env('APP_ENV'); // echo env('APP_ENV');
exit(); // exit();
// \URL::forceScheme('https'); // \URL::forceScheme('https');
Schema::defaultStringLength(191); Schema::defaultStringLength(191);
//config('app.app_env') //config('app.app_env')