mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-07-27 16:07:45 -07:00
Replaced Ardent with another package.
This commit is contained in:
@@ -548,10 +548,10 @@ class TransactionController extends BaseController
|
||||
return Redirect::route('transactions.index', $data['what']);
|
||||
}
|
||||
} else {
|
||||
Session::flash('error', 'Could not update transaction: ' . $journal->errors()->first());
|
||||
Session::flash('error', 'Could not update transaction: ' . $journal->getErrors()->first());
|
||||
|
||||
return Redirect::route('transactions.edit', $journal->id)->withInput()->withErrors(
|
||||
$journal->errors()
|
||||
$journal->getErrors()
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user