removed debugger
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user