tastphp/framework

View on GitHub
src/Framework/EventDispatcher/EventDispatcherService.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace TastPHP\Framework\EventDispatcher;

use Symfony\Component\EventDispatcher\EventDispatcher;

class EventDispatcherService extends EventDispatcher
{

}