remove redundant test file

This commit is contained in:
2025-07-01 11:01:59 +03:30
parent b92f5ac673
commit c80024e1ce
2 changed files with 0 additions and 2 deletions

View File

@@ -120,7 +120,6 @@ Route::prefix('road_items')
->middleware(['permission:create-road-item', 'validate-store-access'])
->name('store');
Route::get('/{roadItemsProject}', 'show')->name('show');
Route::get('/{roadItemsProject}', 'show')->name('show');
Route::post('/{roadItemsProject}', 'update')->name('update');
Route::delete('/{roadItemsProject}', 'destroy')->middleware('permission:delete-road-item')->name('destroy');
});

View File

@@ -1 +0,0 @@
test