mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-22 18:20:31 -05:00
update: lint
- not_operator_with_space to false
This commit is contained in:
@@ -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'));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user