dark mode update

This commit is contained in:
carodej
2020-07-09 10:56:17 +02:00
parent a43f0e6908
commit 5a9f5813c8
89 changed files with 1633 additions and 912 deletions

View File

@@ -11,9 +11,7 @@ class DatabaseSeeder extends Seeder
*/
public function run()
{
$this->call(PaymentGatewaysSeeder::class);
$this->call(PlansSeeder::class);
$this->call(InvoicesSeeder::class);
$this->call(PageSeeder::class);
$this->call(SettingSeeder::class);
}
}