Skip to content

Commit

Permalink
optimize laravel-admin cleaner
Browse files Browse the repository at this point in the history
  • Loading branch information
hhxsv5 committed Mar 13, 2020
1 parent b896a14 commit 428b784
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Illuminate/Cleaners/LaravelAdminCleaner.php
Expand Up @@ -8,7 +8,9 @@
class LaravelAdminCleaner extends BaseCleaner
{
const ADMIN_CLASS = 'Encore\Admin\Admin';
private $reflection;

private $reflection;

protected $properties = [
'deferredScript' => [],
'script' => [],
Expand All @@ -19,7 +21,6 @@ class LaravelAdminCleaner extends BaseCleaner
'headerJs' => [],
'manifestData' => [],
'extensions' => [],
'menu' => [],
'minifyIgnores' => [],
];

Expand Down

0 comments on commit 428b784

Please sign in to comment.