Rename PilotState class to UserState
This commit is contained in:
@@ -3,7 +3,7 @@ A new user has signed up!
|
||||
|
||||
Name: {!! $user->name !!}!
|
||||
Email: {!! $user->email !!}
|
||||
State: {!! PilotState::label($user->state) !!}
|
||||
State: {!! UserState::label($user->state) !!}
|
||||
|
||||
{{ config('app.name') }}
|
||||
@endcomponent
|
||||
|
||||
Reference in New Issue
Block a user