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