Skip to content

Commit

Permalink
Update docblock for Factory.php.
Browse files Browse the repository at this point in the history
  • Loading branch information
david_smith committed Dec 30, 2024
1 parent 548e652 commit 9db86ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
* {
* use Factory;
*
* protected $model = User::class;
* public $model = User::class;
*
* protected function definition(): array
* public function definition(): array
* {
* return [
* 'first_name' => 'John'
Expand Down

0 comments on commit 9db86ae

Please sign in to comment.