Revert "Inline DynamicRequestRoute::getControllerName()"
authorTim Düsterhus <duesterhus@woltlab.com>
Thu, 6 Apr 2023 11:47:15 +0000 (13:47 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Thu, 6 Apr 2023 11:47:15 +0000 (13:47 +0200)
commit7cd7be5225a0427d1b5bd105c6e34bd349e4e97e
treeeda7c4519d75b66c2ea824d10c19274e60d2099c
parent7b120d26589e2808d788250b5519574ec95899ca
Revert "Inline DynamicRequestRoute::getControllerName()"

The inlining of the method resulted in an unintentional and silent breaking
change for classes that register custom routes that, due to the missing
`final`, derive from DynamicRequestRoute and overwrite the method with a custom
implementation.

This reverts commit f9a440759dcf65edd108046b53babde404853ee8.
wcfsetup/install/files/lib/system/request/route/DynamicRequestRoute.class.php