Don't add commit at blessing global

This commit is contained in:
Pig Fang 2019-11-24 14:39:53 +08:00
parent 52dae783e8
commit b085698b01

View File

@ -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('/'),