mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2025-03-07 15:16:40 +08:00
Prevent warning
This commit is contained in:
parent
bc0e830758
commit
b7d845ee51
@ -1,6 +1,8 @@
|
||||
@inject('intl', 'App\Services\Translations\JavaScript')
|
||||
<script src="{{ $intl->generate(app()->getLocale()) }}"></script>
|
||||
<script src="{{ $intl->plugin(app()->getLocale()) }}"></script>
|
||||
@if ($pluginI18n = $intl->plugin(app()->getLocale()))
|
||||
<script src="{{ $pluginI18n }}"></script>
|
||||
@endif
|
||||
<script src="{{ webpack_assets('index.js') }}"></script>
|
||||
<script>{!! option('custom_js') !!}</script>
|
||||
{{-- Content added by plugins dynamically --}}
|
||||
|
Loading…
Reference in New Issue
Block a user