Fixed users formatter method
This commit is contained in:
parent
86198badbb
commit
8cce1a3882
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ class UserPresenter extends Presenter
|
|||
"switchable" => false,
|
||||
"title" => trans('table.actions'),
|
||||
"visible" => true,
|
||||
"formatter" => "accessoriesActionsFormatter",
|
||||
"formatter" => "usersActionsFormatter",
|
||||
]
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue