[feature/module_services] Minor changes to docblocks and migration file

This commit is contained in:
Marc Alexander
2013-11-14 19:22:25 +01:00
parent b5f9e21a15
commit 2a7773eec3
2 changed files with 2 additions and 2 deletions

View File

@@ -115,7 +115,7 @@ class main
*
* @param \phpbb\di\service_collection $modules Board3 Modules service
* collection
* @return void
* @return null
*/
protected function register_modules($modules)
{

View File

@@ -358,7 +358,7 @@ class v210_beta1 extends \phpbb\db\migration\migration
'module_status' => 1,
),
array(
'module_classname' => 'attachments',
'module_classname' => '\board3\portal\modules\attachments',
'module_column' => 1,
'module_order' => 6,
'module_name' => 'PORTAL_ATTACHMENTS',