Skip to content

Commit 4df4cea

Browse files
committed
Fix failing test 2
1 parent 452aa57 commit 4df4cea

File tree

1 file changed

+0
-1
lines changed
  • tests/specs/issue_fix/14_nested_module_in_x_route/mysql/modules/fruit

1 file changed

+0
-1
lines changed

tests/specs/issue_fix/14_nested_module_in_x_route/mysql/modules/fruit/Module.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ public function init()
1010
parent::init();
1111
$this->modules = [
1212
'mango' => [
13-
// you should consider using a shorter namespace here!
1413
'class' => \app\fruit\mango\Module::class,
1514
],
1615
];

0 commit comments

Comments
 (0)