\App\Http\Controllers\AuthResetPasswordController

Summary

Methods
Properties
Constants
respond()
succeed()
failed()
__construct()
updateInformation()
No public properties found
No constants found
No protected methods found
$redirectTo
$passportServices
N/A
No private methods found
No private properties found
N/A

Properties

$redirectTo

$redirectTo : string

Where to redirect users after resetting their password.

Type

string

$passportServices

$passportServices : 

Type

Methods

respond()

respond(  $status,   $respond) 

Parameters

$status
$respond

succeed()

succeed(  $respond = 'Request success!') 

Parameters

$respond

failed()

failed(  $respond = 'Request failed!') 

Parameters

$respond

__construct()

__construct(\App\Services\PassportServices  $passportServices) 

Create a new controller instance.

Parameters

\App\Services\PassportServices $passportServices