*/ class GeneralController extends Controller { public function home() { return $this->go('general.home'); } public function profile() { return $this->go('general.profile'); } public function options() { return $this->go('general.options'); } }