Skip to content

Commit

Permalink
removed comments from databaseseeder
Browse files Browse the repository at this point in the history
  • Loading branch information
psuhaj committed Dec 4, 2017
1 parent 420b824 commit 481c3d5
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions database/seeds/DatabaseSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,16 @@ class DatabaseSeeder extends Seeder
*/
public function run()
{
// $this->call('LekyTableSeeder');
// $this->call('DodavateleTableSeeder');
// $this->call('PobockyTableSeeder');
// $this->call('PobockyLekyTableSeeder');
// $this->call('PoistovnyTableSeeder');
// $this->call('RezervaceTableSeeder');
// $this->call('PredpisyTableSeeder');
// $this->call('CenyDodavateluSeeder');
// $this->call('PredpisyLekySeeder');
$this->call('ProdaneLekySeeder');
$this->call('LekyTableSeeder');
$this->call('DodavateleTableSeeder');
$this->call('PobockyTableSeeder');
$this->call('PobockyLekyTableSeeder');
$this->call('PoistovnyTableSeeder');
$this->call('RezervaceTableSeeder');
$this->call('PredpisyTableSeeder');
$this->call('CenyDodavateluSeeder');
$this->call('PredpisyLekySeeder');
$this->call('ProdaneLekySeeder');
$this->call('RezervaceLekySeeder');
}
}

0 comments on commit 481c3d5

Please sign in to comment.