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 9db86ae commit 10dedb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* {
* use Factory;
*
* public $model = User::class;
* public string $model = User::class;
*
* public function definition(): array
* {
Expand Down

0 comments on commit 10dedb3

Please sign in to comment.