mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-16 22:58:09 +00:00
Various code cleanup and fixed alignments.
This commit is contained in:
@@ -81,7 +81,7 @@ class DeleteController extends Controller
|
||||
*/
|
||||
public function destroy(Request $request, RuleGroup $ruleGroup)
|
||||
{
|
||||
$title = $ruleGroup->title;
|
||||
$title = $ruleGroup->title;
|
||||
|
||||
/** @var RuleGroup $moveTo */
|
||||
$moveTo = $this->repository->find((int)$request->get('move_rules_before_delete'));
|
||||
|
||||
Reference in New Issue
Block a user