🗃️ Ajoute les tags

Pour #1
This commit is contained in:
2019-09-30 16:31:16 +02:00
parent 333f6feafb
commit a7715c8460
5 changed files with 96 additions and 1 deletions

View File

@@ -11,6 +11,8 @@ class DatabaseSeeder extends Seeder
*/
public function run()
{
// $this->call(UsersTableSeeder::class);
$this->call([
TagsTableSeeder::class
]);
}
}