moved Libs out of core folder
This commit is contained in:
10
application/libs/curl-easy/cURL/Event.php
Normal file
10
application/libs/curl-easy/cURL/Event.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
namespace cURL;
|
||||
|
||||
use Symfony\Component\EventDispatcher\Event as SymfonyEvent;
|
||||
|
||||
class Event extends SymfonyEvent
|
||||
{
|
||||
/** @var Response $response */
|
||||
public $response = null;
|
||||
}
|
Reference in New Issue
Block a user