Skip to content

Fix when the "Controller" namespace is literally "Controller"

Compare
Choose a tag to compare
@Firesphere Firesphere released this 29 Nov 01:05
· 15 commits to master since this release
e0c3915

When the namespace for a Controller would be App\Src\Page\Controller\PageController and the corresponding Page would be App\Src\Page\Page, an error would be thrown that the Page would be instantiated twice, because the Controller part of the namespace would be stripped out too.

This release fixes that.