Skip to content

Commit 0defec6

Browse files
committed
Reverting Uncessary Changes
1 parent 2eb119a commit 0defec6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/Crud/UnitGroupCrud.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class UnitGroupCrud extends CrudService
2929
/**
3030
* base route name
3131
*/
32-
protected $mainRoute = 'units/groups';
32+
protected $mainRoute = 'ns.units-groups';
3333

3434
/**
3535
* Define namespace

routes/api/units.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,3 @@
1818
Route::put( 'units/{id}', [ UnitsController::class, 'putUnit' ] );
1919

2020
Route::get( 'units-groups/{id}/units', [ UnitsController::class, 'getGroupUnits' ] );
21-
Route::get( 'units/groups/edit/{group}', [ UnitsController::class, 'editUnitGroup' ] ); // P8956

0 commit comments

Comments
 (0)