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

@@ -52,7 +52,7 @@
<div class="form-group col-sm-6">
{!! Form::label('state', 'State:') !!}
<label class="checkbox-inline">
{!! Form::select('state', PilotState::labels(), null, ['class' => 'form-control select2']) !!}
{!! Form::select('state', UserState::labels(), null, ['class' => 'form-control select2']) !!}
</label>
</div>