Loading Core/Wire/Manager.php +2 −2 Original line number Diff line number Diff line Loading @@ -176,8 +176,8 @@ class Manager * @param string $tier - the tier * @return $this */ public function setTier($tier = MONTHLY) { public function setTier($tier = null) { $tier ?? static::MONTHLY; $this->tier = $tier; return $this; Loading Loading
Core/Wire/Manager.php +2 −2 Original line number Diff line number Diff line Loading @@ -176,8 +176,8 @@ class Manager * @param string $tier - the tier * @return $this */ public function setTier($tier = MONTHLY) { public function setTier($tier = null) { $tier ?? static::MONTHLY; $this->tier = $tier; return $this; Loading