Make classes final

This commit is contained in:
Dennis Eichhorn 2018-12-01 20:50:27 +01:00
parent bd42cd6ac1
commit 0f78995900
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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
{
/**