update: lint

- not_operator_with_space to false
This commit is contained in:
HDVinnie
2023-02-03 16:01:29 -05:00
parent ca54446a88
commit 3650900c97
68 changed files with 209 additions and 209 deletions
@@ -49,7 +49,7 @@ class InviteController extends Controller
{
$user = $request->user();
if ( ! config('other.invite-only')) {
if (! config('other.invite-only')) {
return to_route('home.index')
->withErrors(trans('user.invites-disabled'));
}