Applies Changes

This commit is contained in:
Berkay Güre
2018-07-15 15:07:56 +03:00
committed by Berkay Güre
parent c39b9870ef
commit 253f0f1451
14 changed files with 47 additions and 62 deletions

View File

@ -11,7 +11,6 @@ class DatabaseSeeder extends Seeder
*/
public function run()
{
$this->call(\Database\Seeds\TestCompany::class);
$this->call(CompanySeeder::class);
//
}
}