Commit a2df28fa authored by Taylor Otwell's avatar Taylor Otwell Committed by GitHub

Merge pull request #3988 from arcanedev-maroc/patch-1

Fixing typehint
parents a37215d0 f699e710
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
| |
*/ */
/** @var $factory \Illuminate\Database\Eloquent\Factory */ /** @var \Illuminate\Database\Eloquent\Factory $factory */
$factory->define(App\User::class, function (Faker\Generator $faker) { $factory->define(App\User::class, function (Faker\Generator $faker) {
static $password; static $password;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment