Beispiel #1
0
 private function getToggleConditions($featureName)
 {
     $this->toggle = DBToggle::where('name', $featureName)->firstOrFail();
     $this->conditions = $this->toggle->conditions;
 }