mirror of
https://github.com/Karaka-Management/oms-Monitoring.git
synced 2026-02-14 08:18:41 +00:00
Make classes final
This commit is contained in:
parent
2f288ddc3d
commit
fd05d3c097
|
|
@ -31,7 +31,7 @@ use phpOMS\Views\View;
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
class BackendController extends Controller
|
final class BackendController extends Controller
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
class Log implements \JsonSerializable
|
final class Log implements \JsonSerializable
|
||||||
{
|
{
|
||||||
private $id = 0;
|
private $id = 0;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user