Merge pull request #5271 from winter-ice/master

[7.x] Consistent filename
This commit is contained in:
Dries Vints 2020-03-28 11:57:59 +01:00 committed by GitHub
commit f140d926d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@ class DatabaseSeeder extends Seeder
*/
public function run()
{
// $this->call(UsersTableSeeder::class);
// $this->call(UserSeeder::class);
}
}