mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-23 11:43:47 -08:00
Fixed users formatter method
This commit is contained in:
parent
86198badbb
commit
8cce1a3882
|
@ -189,7 +189,7 @@ class UserPresenter extends Presenter
|
||||||
"switchable" => false,
|
"switchable" => false,
|
||||||
"title" => trans('table.actions'),
|
"title" => trans('table.actions'),
|
||||||
"visible" => true,
|
"visible" => true,
|
||||||
"formatter" => "accessoriesActionsFormatter",
|
"formatter" => "usersActionsFormatter",
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue