App\Http\Controllers\Back\Auth\RegisterController::create PHP Method

create() protected method

Create a new user instance after a valid registration.
protected create ( array $data ) : User
$data array
return app\User
    protected function create(array $data)
    {
        throw new Exception('no registrations in the back');
    }