Don't add commit at blessing global
This commit is contained in:
parent
52dae783e8
commit
b085698b01
|
|
@ -41,7 +41,6 @@ class AppServiceProvider extends ServiceProvider
|
|||
Event::listen(Events\RenderingHeader::class, function ($event) {
|
||||
$blessing = [
|
||||
'version' => config('app.version'),
|
||||
'commit' => resolve(\App\Services\Webpack::class)->commit,
|
||||
'locale' => config('app.locale'),
|
||||
'fallback_locale' => config('app.fallback_locale'),
|
||||
'base_url' => url('/'),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user