Make classes final

This commit is contained in:
Dennis Eichhorn 2018-05-11 21:30:34 +02:00
parent 9bc29188fa
commit a2b0dcad5f

View File

@ -30,7 +30,7 @@ use phpOMS\Module\WebInterface;
* @link http://website.orange-management.de * @link http://website.orange-management.de
* @since 1.0.0 * @since 1.0.0
*/ */
class Controller extends ModuleAbstract implements WebInterface final class Controller extends ModuleAbstract implements WebInterface
{ {
/** /**