Fix when the "Controller" namespace is literally "Controller"
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.