Add typehint for Factory

This commit is contained in:
Barry vd. Heuvel 2016-10-07 15:08:41 +02:00 committed by GitHub
parent e0573e67e0
commit 93e078a79d
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
| database. Just tell the factory how a default model should look.
|
*/
/** @var $factory \Illuminate\Database\Eloquent\Factory */
$factory->define(App\User::class, function (Faker\Generator $faker) {
static $password;