mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-23 11:43:47 -08:00
Formatting
This commit is contained in:
parent
d019e62d39
commit
ae9cf1e5b6
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue