fixing styles
This commit is contained in:
@@ -41,7 +41,7 @@ class Roles
|
||||
return $role;
|
||||
}
|
||||
|
||||
public static function toggle_active($id, $active)
|
||||
public static function toggleActive($id, $active)
|
||||
{
|
||||
return Role::find($id)->update(['active' => $active]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user