1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15:
<?php
/**
* Class HttpService | HttpService.php
* @package Faulancer\Service
* @author Florian Knapp <office@florianknapp.de>
*/
namespace Faulancer\Service;
use Faulancer\Http\Http;
use Faulancer\ServiceLocator\ServiceInterface;
/**
* Class HttpService
*/
class HttpService extends Http implements ServiceInterface {}