Skip to content

Commit

Permalink
Merge pull request #1314 from LaravelRUS/analysis-NAGPNL
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
daaner committed Nov 19, 2021
2 parents 6eeafbc + 7285858 commit 26a84a7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions config/sleeping_owl.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@

'favicon' => '/packages/sleepingowl/default/images/favicon.ico',


/*
|--------------------------------------------------------------------------
| Load dev Vue js
Expand All @@ -93,7 +92,6 @@

'dev_assets' => env('ADMIN_DEV_ASSETS', false),


/*
|--------------------------------------------------------------------------
| Env Editor
Expand Down
1 change: 0 additions & 1 deletion src/Templates/TemplateDefault.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ public function initialize()
->addJs('admin-vue-init', mix('/js/vue.js', $this->assetDir()))
->addJs('admin-modules-load', mix('/js/modules.js', $this->assetDir()))
->addCss('admin-default', mix('/css/admin-app.css', $this->assetDir()));

} catch (Exception $e) {
// Old version - without versioning tags

Expand Down

0 comments on commit 26a84a7

Please sign in to comment.