Update to Laravel & PHP 8

This commit is contained in:
2021-10-12 18:08:15 +01:00
parent 85c719c24d
commit a3d0730808
11 changed files with 3109 additions and 1702 deletions

View File

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