Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/laminas/laminas-modulemanager/src/Feature/
Upload File :
Current File : //home/rtorresani/www/vendor/laminas/laminas-modulemanager/src/Feature/ServiceProviderInterface.php

<?php

declare(strict_types=1);

namespace Laminas\ModuleManager\Feature;

use Laminas\ServiceManager\Config;

interface ServiceProviderInterface
{
    /**
     * Expected to return \Laminas\ServiceManager\Config object or array to
     * seed such an object.
     *
     * @return array|Config
     */
    public function getServiceConfig();
}