mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
fixes
This commit is contained in:
parent
df45a6c516
commit
65d2b97017
@ -16,7 +16,7 @@ use Anomaly\DashboardModule\Widget\Contract\WidgetRepositoryInterface;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
use Illuminate\Support\Facades\Artisan;
|
||||
use Illuminate\Support\Facades\DB;
|
||||
use widgetSeeder;
|
||||
use WidgetSeeder;
|
||||
use ZipArchive;
|
||||
|
||||
class DatabaseSeeder extends Seeder
|
||||
@ -141,7 +141,7 @@ class DatabaseSeeder extends Seeder
|
||||
//Sync Files
|
||||
$this->command->call('files:sync');
|
||||
|
||||
$this->call(widgetSeeder::class);
|
||||
$this->call(WidgetSeeder::class);
|
||||
|
||||
|
||||
//Create Store Icon Folder
|
||||
|
||||
@ -5,7 +5,7 @@ use Anomaly\DashboardModule\Dashboard\Contract\DashboardRepositoryInterface;
|
||||
use Anomaly\DashboardModule\Widget\Contract\WidgetRepositoryInterface;
|
||||
use Illuminate\Database\Seeder;
|
||||
|
||||
class widgetSeeder extends Seeder
|
||||
class WidgetSeeder extends Seeder
|
||||
{
|
||||
protected $widgets;
|
||||
protected $dashboards;
|
||||
Loading…
Reference in New Issue
Block a user