mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 20:11:22 +00:00
Code cleanup [skip ci]
This commit is contained in:
@@ -116,7 +116,7 @@ class CategoryController extends BaseController
|
||||
return Redirect::route('categories.create')->withInput();
|
||||
}
|
||||
|
||||
// store:
|
||||
// store
|
||||
$this->_repository->store($data);
|
||||
Session::flash('success', 'Category "' . e($data['name']) . '" stored.');
|
||||
if ($data['post_submit_action'] == 'store') {
|
||||
|
||||
Reference in New Issue
Block a user