From 88b7ba7a1f0bfb6bb2082012f92e8207f0832809 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 11 May 2018 21:30:34 +0200 Subject: [PATCH] Make classes final --- Controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controller.php b/Controller.php index 2a52520..35087d3 100644 --- a/Controller.php +++ b/Controller.php @@ -31,7 +31,7 @@ use phpOMS\Views\View; * @link http://website.orange-management.de * @since 1.0.0 */ -class Controller extends ModuleAbstract implements WebInterface +final class Controller extends ModuleAbstract implements WebInterface { /**