Skip to content

Commit 4899966

Browse files
committed
add $model to LicenseFactory
1 parent 34ee7e6 commit 4899966

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

database/factories/LicenseFactory.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
*/
1515
class LicenseFactory extends Factory
1616
{
17+
protected $model = License::class;
18+
1719
public function definition(): array
1820
{
1921
return [

0 commit comments

Comments
 (0)