Commit 94b568b5 authored by Anthony Holmes's avatar Anthony Holmes

Rename commented default seeder call

Rename commented default seeder call to be consistent with official docs
parent 40f96304
...@@ -11,6 +11,6 @@ class DatabaseSeeder extends Seeder ...@@ -11,6 +11,6 @@ class DatabaseSeeder extends Seeder
*/ */
public function run() public function run()
{ {
// $this->call(UserTableSeeder::class); // $this->call(UsersTableSeeder::class);
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment