3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-04-27 10:16:17 +00:00
This commit is contained in:
snipe
2016-12-15 15:15:11 -08:00
parent 4603000d12
commit cf2b57cb15
11 changed files with 67 additions and 66 deletions

View File

@ -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);