Skip to content

Commit 45c4625

Browse files
authored
Fix controller name for SS4+
1 parent ca0d7b0 commit 45c4625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Model/NewsHolder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function init()
8282
}
8383

8484

85-
class NewsHolder_Controller extends PageController
85+
class NewsHolderController extends PageController
8686
{
8787

8888
private static $allowed_actions = array(

0 commit comments

Comments
 (0)