Browse Source

Update AppServiceProvider.php

Dennis 2 năm trước cách đây
mục cha
commit
db6967a7e7
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  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