Commit f699e710 authored by ARCANEDEV's avatar ARCANEDEV Committed by GitHub

Fixing typehint

parent a37215d0
......@@ -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) {
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