AsseticBundle\Module::getConfig PHP 메소드

getConfig() 공개 메소드

Returns configuration to merge with application configuration
public getConfig ( ) : array | Traversable
리턴 array | Traversable
    public function getConfig()
    {
        return require __DIR__ . '/configs/module.config.php';
    }