Seditio Source
Root
|
.
/
othercms
/
xenForo 2.2.8
/
src
/
vendor
/
league
/
event
/
src
/
Generator.php
<?php
namespace
League
\
Event
;
class
Generator
implements
GeneratorInterface
{
use
GeneratorTrait
;
}