Skip to content

Commit

Permalink
sort seeder class.
Browse files Browse the repository at this point in the history
Signed-off-by: Rajan <rajan@freshbits.in>
  • Loading branch information
rajan-parmar committed Dec 9, 2019
1 parent 329471f commit e0d1117
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 @@ -14,7 +14,7 @@ public function run()
$this->call(CountriesTableSeeder::class);
$this->call(RolesTableSeeder::class);
$this->call(UsersTableSeeder::class);
$this->call(PostsTableSeeder::class);
$this->call(CommentsTableSeeder::class);
$this->call(PostsTableSeeder::class);
}
}

0 comments on commit e0d1117

Please sign in to comment.