Edit File: GeneratorInterface.php
<?php namespace League\Event; interface GeneratorInterface { /** * Release all the added events. * * @return EventInterface[] */ public function releaseEvents(); }
Back to File Manager