관리-도구
편집 파일: Generator.php
<?php namespace League\Event; class Generator implements GeneratorInterface { use GeneratorTrait { addEvent as public; } }