소스 검색

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 {
             try {
-                Artisan::call('config:clear');
-                Artisan::call('cache:clear');
                 $stringfromfile = file(base_path().'/.git/HEAD');
                 $stringfromfile = file(base_path().'/.git/HEAD');
-                Log::debug(base_path().'/.git/HEAD');
 
 
                 $firstLine = $stringfromfile[0]; //get the string from the array
                 $firstLine = $stringfromfile[0]; //get the string from the array