Skip to content
This repository has been archived by the owner on Sep 1, 2021. It is now read-only.

Commit

Permalink
Update DatabaseSeeder.php
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisdelicata authored May 28, 2021
1 parent 10df1ee commit d41b95c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions database/seeders/DatabaseSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ public function runLandlordSpecificSeeders()
{
// run landlord specific seeders
$this->call(RolesAndPermissionsSeeder::class);
$this->call(UserSeeder::class);
$this->call(CompanySeeder::class);
$this->call(UserCompanySeeder::class);
$this->call(TreeSeeder::class);
$this->call(TenantSeeder::class);
$this->call(GeneanumSeeder::class);
// $this->call(UserSeeder::class);
// $this->call(CompanySeeder::class);
// $this->call(UserCompanySeeder::class);
// $this->call(TreeSeeder::class);
// $this->call(TenantSeeder::class);
// $this->call(GeneanumSeeder::class);
}
}

0 comments on commit d41b95c

Please sign in to comment.