mirror of
https://github.com/anonaddy/anonaddy
synced 2026-05-03 21:02:07 +02:00
Added Laravel Pint for formatting
This commit is contained in:
@@ -14,7 +14,7 @@ class ReorderRuleController extends Controller
|
||||
$rule = Rule::findOrFail($id);
|
||||
|
||||
$rule->update([
|
||||
'order' => $key
|
||||
'order' => $key,
|
||||
]);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user