1
0
Fork 0

database/seeders: Comment fix.

This commit is contained in:
Henrik Hautakoski 2023-01-29 17:09:14 +01:00
parent 6926c4b3e0
commit 0114e8d3d3
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ use Illuminate\Database\Seeder;
class CardSeeder extends Seeder
{
/**
* Seed the application's database.
* Seed the database with cards
*
* @return void
*/

View file

@ -8,7 +8,7 @@ use Illuminate\Database\Seeder;
class RaidSeeder extends Seeder
{
/**
* Seed the application's database.
* Seed the database with raids.
*
* @return void
*/