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()
{
echo env('APP_ENV');
exit();
// echo env('APP_ENV');
// exit();
// \URL::forceScheme('https');
Schema::defaultStringLength(191);
//config('app.app_env')