mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
First code for the piggy bank API.
This commit is contained in:
@@ -117,7 +117,7 @@ class EventServiceProvider extends ServiceProvider
|
||||
*/
|
||||
protected function registerCreateEvents(): void
|
||||
{
|
||||
// move this routine to a filter
|
||||
// todo move this routine to a filter
|
||||
// in case of repeated piggy banks and/or other problems.
|
||||
PiggyBank::created(
|
||||
function (PiggyBank $piggyBank) {
|
||||
|
Reference in New Issue
Block a user