new appraoch
This commit is contained in:
10
pancake/system/vendor/league/event/src/Generator.php
vendored
Executable file
10
pancake/system/vendor/league/event/src/Generator.php
vendored
Executable file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace League\Event;
|
||||
|
||||
class Generator implements GeneratorInterface
|
||||
{
|
||||
use GeneratorTrait {
|
||||
addEvent as public;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user