Преглед изворни кода

Update AppServiceProvider.php

Dennis пре 2 година
родитељ
комит
db6967a7e7
1 измењених фајлова са 0 додато и 3 уклоњено
  1. 0 3
      app/Providers/AppServiceProvider.php

+ 0 - 3
app/Providers/AppServiceProvider.php

@@ -109,10 +109,7 @@ class AppServiceProvider extends ServiceProvider
 
 
             try {
-                Artisan::call('config:clear');
-                Artisan::call('cache:clear');
                 $stringfromfile = file(base_path().'/.git/HEAD');
-                Log::debug(base_path().'/.git/HEAD');
 
                 $firstLine = $stringfromfile[0]; //get the string from the array