Make classes final

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

View File

@ -31,7 +31,7 @@ use phpOMS\Views\View;
* @link http://website.orange-management.de
* @since 1.0.0
*/
class BackendController extends Controller
final class BackendController extends Controller
{
/**

View File

@ -1,6 +1,6 @@
<?php
class Log implements \JsonSerializable
final class Log implements \JsonSerializable
{
private $id = 0;