Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
aerni committed Aug 28, 2024
1 parent 5a8a19b commit c76ea55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Console/Commands/stubs/factory.stub
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Aerni\Factory\Factories\Factory;
class {{ className }} extends Factory
{
/**
* Define the model's default state.
* Define the content model's default state.
*
* @return array<string, mixed>
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Console/Commands/stubs/seeder.stub
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use {{ factoryClassImport }};
class {{ className }} extends Seeder
{
/**
* Run the database seeds.
* Run the Statamic seeds.
*/
public function run(): void
{
Expand Down

0 comments on commit c76ea55

Please sign in to comment.