Rename PilotState class to UserState

This commit is contained in:
Nabeel Shahzad
2017-12-30 20:40:32 -06:00
parent 778780f3f2
commit 81e82629ac
13 changed files with 56 additions and 60 deletions

View File

@@ -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