Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F11690995
PasswordController.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
853 B
Referenced Files
None
Subscribers
None
PasswordController.php
View Options
<?php
namespace
Nasqueron\Notifications\Http\Controllers\Auth
;
use
Nasqueron\Notifications\Http\Controllers\Controller
;
use
Illuminate\Foundation\Auth\ResetsPasswords
;
class
PasswordController
extends
Controller
{
/*
|--------------------------------------------------------------------------
| Password Reset Controller
|--------------------------------------------------------------------------
|
| This controller is responsible for handling password reset requests
| and uses a simple trait to include this behavior. You're free to
| explore this trait and override any methods you wish to tweak.
|
*/
use
ResetsPasswords
;
/**
* Create a new password controller instance.
*
* @return void
*/
public
function
__construct
()
{
$this
->
middleware
(
'guest'
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Sep 12, 19:54 (9 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2922377
Default Alt Text
PasswordController.php (853 B)
Attached To
Mode
rNOTIF Notifications center
Attached
Detach File
Event Timeline
Log In to Comment