Merge branch '8.x'

# Conflicts:
#	CHANGELOG.md
#	composer.json
This commit is contained in:
Dries Vints
2021-10-26 17:22:00 +02:00
8 changed files with 32 additions and 13 deletions

View File

@@ -2,19 +2,11 @@
namespace Database\Factories;
use App\Models\User;
use Illuminate\Database\Eloquent\Factories\Factory;
use Illuminate\Support\Str;
class UserFactory extends Factory
{
/**
* The name of the factory's corresponding model.
*
* @var string
*/
protected $model = User::class;
/**
* Define the model's default state.
*