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