Skip to content

Commit

Permalink
fix line length
Browse files Browse the repository at this point in the history
  • Loading branch information
Mh-Asmi committed Aug 11, 2023
1 parent 8aa7da9 commit 52a9a1b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ public function __invoke(Action $action)

private function checkDisapleRegisteration()
{
if (Feature::isEnabled('disable_registration')&&$this->getSite()->getSiteConfig('disable_registration', false)) {
if (Feature::isEnabled('disable_registration')
&& $this->getSite()->getSiteConfig('disable_registration', false)
) {
abort(403, 'Registration Disabled');
}
}
Expand Down

0 comments on commit 52a9a1b

Please sign in to comment.