File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ class DatabaseSeeder extends Seeder
11
11
*/
12
12
public function run ()
13
13
{
14
- // $this->call(FilialiSeeder::class);
14
+ $ this ->call (FilialiSeeder::class);
15
15
$ 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);
22
22
}
23
23
}
You can’t perform that action at this time.
0 commit comments