Skip to content

Commit

Permalink
Remove level
Browse files Browse the repository at this point in the history
  • Loading branch information
yakidahan authored Feb 23, 2022
1 parent d18c4b8 commit fec0fae
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Nova/Role.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,6 @@ public function fields(Request $request)
->sortable()
->rules('required', 'max:255'),

Text::make('Level')
->sortable()
->rules('nullable', 'integer'),

Text::make('Scope')
->sortable()
->rules('nullable', 'integer'),
Expand Down

0 comments on commit fec0fae

Please sign in to comment.