Skip to content
Snippets Groups Projects
Select Git revision
15 results Searching

Module.php

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Module.php 288 B
    <?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/BjyAuthorize' in order to respect PSR-0
     */
    require_once __DIR__ . '/src/BjyAuthorize/Module.php';