__construct() public method

public __construct ( )
Beispiel #1
0
 /**
  * Creates a new issue controller instance.
  *
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
     $this->middleware('auth', ['except' => ['index', 'show']]);
 }