Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit b055b77

Browse files
committed
feat: update base factory
1 parent 051f22e commit b055b77

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

app/database/factories/Factory.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace App\Database\Factories;
44

5-
use Faker\Generator;
65
use Leaf\Factory as Base;
76
use Illuminate\Support\Str;
87

@@ -15,7 +14,8 @@
1514
class Factory extends Base
1615
{
1716
public $str;
18-
/**@var Generator $faker*/
17+
18+
/**@var \Faker\Generator $faker*/
1919
public $faker;
2020

2121
public function __construct()
@@ -26,4 +26,3 @@ public function __construct()
2626
$this->faker = \Faker\Factory::create();
2727
}
2828
}
29-

0 commit comments

Comments
 (0)