mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-17 07:08:19 +00: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