Skip to content

Commit

Permalink
Merge pull request #28 from Synalek/fix/user_factory_model_namespace
Browse files Browse the repository at this point in the history
[FIX] UserFactory - wrong user model namespace
  • Loading branch information
specialtactics authored Nov 3, 2019
2 parents c1465f1 + 85e1242 commit f24f809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/factories/UserFactory.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/** @var \Illuminate\Database\Eloquent\Factory $factory */
use App\User;
use App\Models\User;
use Faker\Generator as Faker;
use Illuminate\Support\Str;

Expand Down

0 comments on commit f24f809

Please sign in to comment.