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