__construct() public method

Controller constructor.
public __construct ( )
 /**
  * LogViewerController constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->perPage = config('log-viewer.per-page', $this->perPage);
 }