mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-18 18:40:12 +00:00
Create event manually
This commit is contained in:
@@ -123,6 +123,7 @@ class AmountController extends Controller
|
|||||||
}
|
}
|
||||||
if ($this->piggyRepos->canAddAmount($piggyBank, $amount)) {
|
if ($this->piggyRepos->canAddAmount($piggyBank, $amount)) {
|
||||||
$this->piggyRepos->addAmount($piggyBank, $amount);
|
$this->piggyRepos->addAmount($piggyBank, $amount);
|
||||||
|
$this->piggyRepos->createEvent($piggyBank, $amount);
|
||||||
session()->flash(
|
session()->flash(
|
||||||
'success',
|
'success',
|
||||||
(string) trans(
|
(string) trans(
|
||||||
|
Reference in New Issue
Block a user