Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
leticiafadi committed Jun 15, 2020
1 parent 5f02b88 commit cf5e27b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/seeds/DatabaseSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ public function run()
{
$this->call(UsersTableSeeder::class);
$this->call(FormularioCadastroSeeder::class);
$this->call(AtendimentoTableSeeder::class);
//$this->call(AtendimentoTableSeeder::class);
}
}

0 comments on commit cf5e27b

Please sign in to comment.