mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-17 07:08:19 +00:00
Use PSR-12 code style
This commit is contained in:
@@ -92,5 +92,4 @@ class DeleteController extends Controller
|
||||
|
||||
return redirect($this->getPreviousUrl('object-groups.delete.url'));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -101,11 +101,9 @@ class EditController extends Controller
|
||||
$redirect = redirect($this->getPreviousUrl('object-groups.edit.url'));
|
||||
|
||||
if (1 === (int) $request->get('return_to_edit')) {
|
||||
|
||||
session()->put('object-groups.edit.fromUpdate', true);
|
||||
|
||||
$redirect = redirect(route('object-groups.edit', [$piggyBank->id]));
|
||||
|
||||
}
|
||||
|
||||
return $redirect;
|
||||
|
||||
@@ -88,5 +88,4 @@ class IndexController extends Controller
|
||||
|
||||
return response()->json([]);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user