Page MenuHomeDevCentral

PasswordController.php
No OneTemporary

PasswordController.php

<?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

Mime Type
text/x-php
Expires
Fri, Sep 12, 19:54 (12 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2922377
Default Alt Text
PasswordController.php (853 B)

Event Timeline