瀏覽代碼

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