PHP Class AcBaseController

Inheritance: extends Illuminate\Routing\Controller, use trait Illuminate\Foundation\Bus\DispatchesJobs, use trait Illuminate\Foundation\Validation\ValidatesRequests, use trait Efficiently\AuthorityController\ControllerAdditions
Show file Open project: efficiently/authority-controller

Protected Methods

Method Description
setupLayout ( ) : void Setup the layout used by the controller.

Method Details

setupLayout() protected method

Setup the layout used by the controller.
protected setupLayout ( ) : void
return void