Commit c1fb3fe9 authored by Stéphane Bouvry's avatar Stéphane Bouvry
Browse files

Suppression de BjAuthorize en ligne de commande

parent f2382c5d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -24,6 +24,10 @@ $config = array(
    ),
);

if (\Zend\Console\Console::isConsole()) {
    unset($config['modules'][array_search('BjyAuthorize', $config['modules'])]);
}

if( getenv('APPLICATION_ENV') == 'development' ){
    // $config['modules'][] = 'ZendDeveloperTools';
}