Skip to content

Commit

Permalink
Change nova group for statuses #20
Browse files Browse the repository at this point in the history
  • Loading branch information
drewroberts authored Mar 12, 2021
1 parent 93b369d commit 060dfd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Nova/Status.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Status extends BaseResource
'id',
];

public static $group = 'Operations Units';
public static $group = 'Z - Admin';

public function fieldsForIndex(NovaRequest $request)
{
Expand Down

0 comments on commit 060dfd8

Please sign in to comment.