We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -47,7 +47,7 @@ |
||
47 | 47 | |
48 | 48 | $this->middleware("guest:$guard"); |
49 | 49 | |
50 | - if (! backpack_users_have_email()) { |
|
50 | + if (!backpack_users_have_email()) { |
|
51 | 51 | abort(501, trans('backpack::base.no_email_column')); |
52 | 52 | } |
53 | 53 |