Skip to content

Commit bdf378d

Browse files
Enabled sample data seeding
1 parent 09b8ae9 commit bdf378d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

database/seeds/DatabaseSeeder.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ class DatabaseSeeder extends Seeder
1111
*/
1212
public function run()
1313
{
14-
// $this->call(FilialiSeeder::class);
14+
$this->call(FilialiSeeder::class);
1515
$this->call(UsersSeeder::class);
16-
// $this->call(ProfessioniSeeder::class);
17-
// $this->call(AutoritaSeeder::class);
18-
// $this->call(ClientiSeeder::class);
19-
// $this->call(PraticheSeeder::class);
20-
// $this->call(AssegniSeeder::class);
21-
// $this->call(PrestazioniMedicheSeeder::class);
16+
$this->call(ProfessioniSeeder::class);
17+
$this->call(AutoritaSeeder::class);
18+
$this->call(ClientiSeeder::class);
19+
$this->call(PraticheSeeder::class);
20+
$this->call(AssegniSeeder::class);
21+
$this->call(PrestazioniMedicheSeeder::class);
2222
}
2323
}

0 commit comments

Comments
 (0)