drjekyll

Results 1 issues of drjekyll

My model is named Genre. The events wind up referring to the plural: `$this->genres = $genres;` but the GenreEventListener uses the singular `$newitem = $event->genre->name;` This causes an error. Changing...