Move models into Models dir

This commit is contained in:
Henry Whitaker
2021-04-10 22:32:51 +01:00
parent 0b8ccfd8d3
commit 99c64af482
55 changed files with 55 additions and 55 deletions

View File

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