[feature/module_services] Minor changes to docblocks and migration file
This commit is contained in:
@@ -115,7 +115,7 @@ class main
|
|||||||
*
|
*
|
||||||
* @param \phpbb\di\service_collection $modules Board3 Modules service
|
* @param \phpbb\di\service_collection $modules Board3 Modules service
|
||||||
* collection
|
* collection
|
||||||
* @return void
|
* @return null
|
||||||
*/
|
*/
|
||||||
protected function register_modules($modules)
|
protected function register_modules($modules)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -358,7 +358,7 @@ class v210_beta1 extends \phpbb\db\migration\migration
|
|||||||
'module_status' => 1,
|
'module_status' => 1,
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'module_classname' => 'attachments',
|
'module_classname' => '\board3\portal\modules\attachments',
|
||||||
'module_column' => 1,
|
'module_column' => 1,
|
||||||
'module_order' => 6,
|
'module_order' => 6,
|
||||||
'module_name' => 'PORTAL_ATTACHMENTS',
|
'module_name' => 'PORTAL_ATTACHMENTS',
|
||||||
|
|||||||
Reference in New Issue
Block a user