v1.7 alpha.3

This commit is contained in:
carodej
2020-07-15 09:36:38 +02:00
parent 4cbdea4143
commit 7ff7decbb6
11 changed files with 236 additions and 58 deletions

View File

@@ -12,7 +12,6 @@ class DatabaseSeeder extends Seeder
public function run()
{
$this->call(PageSeeder::class);
$this->call(SettingSeeder::class);
$this->call(ContentSeeder::class);
}
}