nahrani vychozich dat do databaze

This commit is contained in:
2018-10-30 16:00:42 +01:00
parent cc7ec45718
commit 80bb9b01a6
4 changed files with 47 additions and 0 deletions

View File

@@ -12,5 +12,6 @@ class DatabaseSeeder extends Seeder
public function run()
{
$this->call(UsersTableSeeder::class);
$this->call(TermsTableSeeder::class);
}
}