Extend controller by default.
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
<?php namespace App\Http\Controllers\Auth;
|
||||
|
||||
use Illuminate\Http\Request;
|
||||
use Illuminate\Routing\Controller;
|
||||
use Illuminate\Contracts\Auth\PasswordBroker;
|
||||
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
|
||||
|
||||
/**
|
||||
* @Middleware("guest")
|
||||
*/
|
||||
class PasswordController {
|
||||
class PasswordController extends Controller {
|
||||
|
||||
/**
|
||||
* The password broker implementation.
|
||||
|
||||
Reference in New Issue
Block a user