curl-easy / event dispatcher lib
This commit is contained in:
committed by
Steffen Schröder
parent
15f0164287
commit
244428a2fe
8
application/core/Libs/curl-easy/cURL/Event.php
Normal file
8
application/core/Libs/curl-easy/cURL/Event.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
namespace cURL;
|
||||
|
||||
use Symfony\Component\EventDispatcher\Event as SymfonyEvent;
|
||||
|
||||
class Event extends SymfonyEvent
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user