Skip to content

Commit

Permalink
Update Module.php
Browse files Browse the repository at this point in the history
  • Loading branch information
0x3175633435 committed Jul 20, 2018
1 parent ca62998 commit afbe454
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
use Zend\Http\PhpEnvironment\Request;
use Zend\Mvc\MvcEvent;
use Zend\ServiceManager\ServiceManager;
use Zend\RequestLogger\Logger\LoggerInterface;

/**
* Module
Expand Down Expand Up @@ -40,4 +41,4 @@ public function getConfig(): array
{
return include __DIR__ . '/../config/module.config.php';
}
}
}

0 comments on commit afbe454

Please sign in to comment.