['dev', 'local', 'test'], /* |-------------------------------------------------------------------------- | User Model |-------------------------------------------------------------------------- | | Path to the application User model. This will be used to retrieve the users | displayed in the select dropdown. This must be an Eloquent Model instance. | */ // 用户模型 'user_model' => App\Models\User::class ];