__construct() public method

Create new password controller instance.
public __construct ( )
コード例 #1
0
 public function __construct()
 {
     // Kill middleware defined by ParentController.
     // $this->middleware = [];
     $this->middleware('throttle.api:10,1');
     parent::__construct();
 }
コード例 #2
0
 public function __construct()
 {
     // Kill middleware defined by ParentController.
     $this->middleware = [];
     parent::__construct();
 }