TrackManiaControl/application/core/Libs/curl-easy/cURL/Event.php

9 lines
122 B
PHP
Raw Normal View History

2014-02-18 18:15:12 +01:00
<?php
namespace cURL;
use Symfony\Component\EventDispatcher\Event as SymfonyEvent;
class Event extends SymfonyEvent
{
}