mirror of
https://github.com/Karaka-Management/oms-Tools.git
synced 2026-01-11 15:18:43 +00:00
Make classes final
This commit is contained in:
parent
b8ffdb1175
commit
6f9a704b3d
|
|
@ -25,7 +25,7 @@ use phpOMS\Module\WebInterface;
|
|||
* @link http://website.orange-management.de
|
||||
* @since 1.0.0
|
||||
*/
|
||||
class Controller extends ModuleAbstract implements WebInterface
|
||||
final class Controller extends ModuleAbstract implements WebInterface
|
||||
{
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user