From 0f78995900d3936c07d812b06af13022d3cdc98f Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 1 Dec 2018 20:50:27 +0100 Subject: [PATCH] Make classes final --- Controller/BackendController.php | 2 +- Models/Navigation.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Controller/BackendController.php b/Controller/BackendController.php index f6f7022..881820e 100644 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -31,7 +31,7 @@ use phpOMS\Module\WebInterface; * @link http://website.orange-management.de * @since 1.0.0 */ -class BackendController extends Controller +final class BackendController extends Controller { /** * Create mid navigation diff --git a/Models/Navigation.php b/Models/Navigation.php index 520308c..99ec741 100644 --- a/Models/Navigation.php +++ b/Models/Navigation.php @@ -28,7 +28,7 @@ use phpOMS\DataStorage\Database\Query\Builder; * @link http://website.orange-management.de * @since 1.0.0 */ -class Navigation +final class Navigation { /**