mirror of
https://github.com/Karaka-Management/oms-Navigation.git
synced 2026-01-29 00:28:40 +00:00
Make classes final
This commit is contained in:
parent
bd42cd6ac1
commit
0f78995900
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user