added Orte-Table

This commit is contained in:
chrosey
2017-07-08 10:26:50 +02:00
parent 8b98db74a2
commit 8cfa2762db
9 changed files with 109 additions and 3557 deletions
+2
View File
@@ -14,5 +14,7 @@ class DatabaseSeeder extends Seeder
// $this->call(UsersTableSeeder::class);
$this->call('ArbeitsplatzSeeder');
$this->command->info('Arbeitsplatz-table seeded!');
$this->call('OrteSeeder');
$this->command->info("Orte-table seeded!");
}
}