Update AppServiceProvider.php
This commit is contained in:
parent
2c0ff94fca
commit
db6967a7e7
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue