Formatting

This commit is contained in:
Marcus Moore 2023-08-02 18:24:32 -07:00
parent d019e62d39
commit ae9cf1e5b6
No known key found for this signature in database

View file

@ -15,6 +15,7 @@ class CategoryEditForm extends Component
public $requireAcceptance;
public $sendCheckInEmail;
public $useDefaultEula;
public function mount()
@ -56,7 +57,7 @@ class CategoryEditForm extends Component
public function getEulaTextDisabledProperty()
{
return (bool) $this->useDefaultEula;
return (bool)$this->useDefaultEula;
}
public function getSendCheckInEmailDisabledProperty()