Skip to content
This repository has been archived by the owner on Mar 9, 2020. It is now read-only.

Commit

Permalink
Removed console usage
Browse files Browse the repository at this point in the history
  • Loading branch information
TomHAnderson committed Jun 9, 2015
1 parent 8dfcfc0 commit ddb9699
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,11 @@
use Doctrine\ORM\Mapping\Driver\XmlDriver;
use Zend\ModuleManager\Feature\AutoloaderProviderInterface;
use Zend\ModuleManager\Feature\ConfigProviderInterface;
use Zend\ModuleManager\Feature\ConsoleUsageProviderInterface;
use Zend\Console\Adapter\AdapterInterface as Console;

class Module implements
AutoloaderProviderInterface,
ConfigProviderInterface,
ConsoleUsageProviderInterface
ConfigProviderInterface
{
public function getConsoleUsage(Console $console)
{
return array(
'oauth2:jwt:create' => 'Create a JWT for a given client',
'oauth2:public-key:create' => 'Create the PublicKey data for a given client',
);
}

public function onBootstrap($e)
{
$app = $e->getParam('application');
Expand Down

0 comments on commit ddb9699

Please sign in to comment.