Skip to content

Commit

Permalink
Apply fixes from StyleCI (#14)
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]

Co-authored-by: Matthew Poulter <mdpoulter@users.noreply.github.com>
  • Loading branch information
mdpoulter and mdpoulter authored Sep 1, 2020
1 parent 5efe67d commit 88a417d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Enum.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

namespace SimpleSquid\Nova\Fields\Enum;

use Laravel\Nova\Fields\Select;
use BenSampo\Enum\Rules\EnumValue;
use Illuminate\Contracts\Support\Arrayable;
use Laravel\Nova\Fields\Select;
use Laravel\Nova\Http\Requests\NovaRequest;

class Enum extends Select
Expand Down

0 comments on commit 88a417d

Please sign in to comment.