mirror of
https://github.com/snipe/snipe-it.git
synced 2026-04-27 10:16:17 +00:00
More for #3057
This commit is contained in:
@ -232,7 +232,7 @@ class ConsumablesController extends Controller
|
||||
* @param int $consumableId
|
||||
* @return View
|
||||
*/
|
||||
public function getView($consumableId = null)
|
||||
public function show($consumableId = null)
|
||||
{
|
||||
$consumable = Consumable::find($consumableId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user