enable = true; return $this; } /** * Disable the feature * * @return $this */ public function disable() { $this->enable = false; return $this; } }