prepaeres to some code for the tests
This commit is contained in:
@ -11,6 +11,7 @@ class DatabaseSeeder extends Seeder
|
||||
*/
|
||||
public function run()
|
||||
{
|
||||
|
||||
$this->call(\Database\Seeds\TestCompany::class);
|
||||
$this->call(CompanySeeder::class);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user