Update src/App/ModuleController.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
Philipp 2021-11-17 06:57:48 +01:00 committed by GitHub
parent 61a507000f
commit 804408e4bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ class ModuleController
private $moduleName;
/**
* @var ICanHandleRequests The module class
* @var ICanHandleRequests The module object
*/
private $module;