2014-05-01 17:35:23 +02:00

9 lines
122 B
PHP

<?php
namespace cURL;
use Symfony\Component\EventDispatcher\Event as SymfonyEvent;
class Event extends SymfonyEvent
{
}