From 902b6204ab7c216f096ae714b8da3fa1d93eb748 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 ac3bf06..817e845 100644 --- a/Controller.php +++ b/Controller.php @@ -33,7 +33,7 @@ use Modules\Auditor\Models\Audit; * @link http://website.orange-management.de * @since 1.0.0 */ -class Controller extends ModuleAbstract implements WebInterface +final class Controller extends ModuleAbstract implements WebInterface { /**