mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
fixed dashboard design problem for first installation
This commit is contained in:
parent
e1d993c0b9
commit
7ee853dae4
@ -14,6 +14,7 @@ use Anomaly\UsersModule\User\UserActivator;
|
||||
use Illuminate\Database\Seeder;
|
||||
use Anomaly\DashboardModule\Widget\Contract\WidgetRepositoryInterface;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
use Illuminate\Support\Facades\Artisan;
|
||||
use Illuminate\Support\Facades\DB;
|
||||
|
||||
class DatabaseSeeder extends Seeder
|
||||
@ -190,5 +191,7 @@ class DatabaseSeeder extends Seeder
|
||||
],
|
||||
]);
|
||||
};
|
||||
}
|
||||
|
||||
Artisan::call('assets:clear');
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user