mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-05 03:55:37 +00:00
Scaffold route and tests
This commit is contained in:
@ -1322,6 +1322,10 @@ class AssetsController extends Controller
|
||||
return (new AssetsTransformer)->transformCheckedoutAccessories($accessory_checkouts, $total);
|
||||
}
|
||||
|
||||
public function assignedComponents(Request $request, Asset $asset): JsonResponse
|
||||
{
|
||||
//
|
||||
}
|
||||
|
||||
/**
|
||||
* Generate asset labels by tag
|
||||
|
||||
Reference in New Issue
Block a user