We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0f9392 commit 02f6a63Copy full SHA for 02f6a63
autoload_classmap.php
@@ -6,4 +6,5 @@
6
'RbComment\Model\Comment' => __DIR__ . '/src/RbComment/Model/Comment.php',
7
'RbComment\Model\CommentTable' => __DIR__ . '/src/RbComment/Model/CommentTable.php',
8
'RbComment\Module' => __DIR__ . '/Module.php',
9
+ 'RbComment\View\Helper\Comment' => __DIR__ . '/src/RbComment/View/Helper/Comment.php',
10
);
0 commit comments