mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-26 15:23:30 +00:00
Code reordering and reformatting. I should really start employing style CI.
This commit is contained in:
@@ -107,7 +107,7 @@ class CreateController extends Controller
|
||||
}
|
||||
|
||||
if (count($this->attachments->getMessages()->get('attachments')) > 0) {
|
||||
$request->session()->flash('info', $this->attachments->getMessages()->get('attachments'));
|
||||
$request->session()->flash('info', $this->attachments->getMessages()->get('attachments'));
|
||||
}
|
||||
|
||||
$redirect = redirect(route('categories.index'));
|
||||
|
Reference in New Issue
Block a user