database/seeders: Comment fix.
This commit is contained in:
parent
6926c4b3e0
commit
0114e8d3d3
2 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ use Illuminate\Database\Seeder;
|
|||
class CardSeeder extends Seeder
|
||||
{
|
||||
/**
|
||||
* Seed the application's database.
|
||||
* Seed the database with cards
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ use Illuminate\Database\Seeder;
|
|||
class RaidSeeder extends Seeder
|
||||
{
|
||||
/**
|
||||
* Seed the application's database.
|
||||
* Seed the database with raids.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue