netglue/ZF2-Money-Module

View on GitHub
Module.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 * This file is placed here for compatibility with ZendFramework 2's ModuleManager.
 * It allows usage of this module even without composer.
 * The original Module.php is in 'src/NetglueMoney' in order to respect PSR-0
 */
require_once __DIR__ . '/src/NetglueMoney/Module.php';