Commit 5207b7f5 authored by Viral Solani's avatar Viral Solani Committed by StyleCI Bot

Apply fixes from StyleCI

parent e9579009
......@@ -36,7 +36,7 @@ class RoleTableController extends Controller
->escapeColumns(['name', 'sort'])
->addColumn('permissions', function ($role) {
if ($role->all) {
return '<span class="label label-success">' . trans('labels.general.all') . '</span>';
return '<span class="label label-success">'.trans('labels.general.all').'</span>';
}
return $role->permission_name;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment