mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 22:37:28 -08:00
Merge branch 'master' of https://github.com/snipe/snipe-it
This commit is contained in:
commit
885ab64c2e
|
@ -184,6 +184,7 @@ class SuppliersController extends Controller
|
|||
*/
|
||||
public function show($supplierId = null)
|
||||
{
|
||||
$this->authorize('view', Supplier::class);
|
||||
$supplier = Supplier::find($supplierId);
|
||||
|
||||
if (isset($supplier->id)) {
|
||||
|
|
Loading…
Reference in a new issue