Missing seeders directory

This commit is contained in:
Tyler 2020-12-21 03:01:22 -05:00
parent c73705a3cb
commit ce98197e49
2 changed files with 2 additions and 2 deletions

View File

@ -101,7 +101,7 @@ return [
|--------------------------------------------------------------------------
|
| This locale will be used by the Faker PHP library when generating fake
| data for your database seeds. For example, this will be used to get
| data for your database seeders. For example, this will be used to get
| localized telephone numbers, street address information and more.
|
*/

View File

@ -7,7 +7,7 @@ use Illuminate\Database\Seeder;
class DatabaseSeeder extends Seeder
{
/**
* Run the database seeds.
* Run the database seeders.
*
* @return void
*/