request = $request; } /** * Automatically executed before the controller action. * * @return void */ public function before() { // Nothing by default } /** * Automatically executed after the controller action. * * @return void */ public function after() { // Nothing by default } } // End Controller