First code for the piggy bank API.

This commit is contained in:
James Cole
2018-06-29 06:43:44 +02:00
parent c8de1d3372
commit 12a84572e2
8 changed files with 214 additions and 28 deletions

View File

@@ -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) {