*/ class NotificationsController extends Controller { public function history() { return $this->go('notifications.history'); } }