Make classes final

This commit is contained in:
Dennis Eichhorn 2018-05-11 21:30:34 +02:00
parent 675a10ae95
commit a110fe51d9

View File

@ -31,7 +31,7 @@ use phpOMS\Asset\AssetType;
* @link http://website.orange-management.de * @link http://website.orange-management.de
* @since 1.0.0 * @since 1.0.0
*/ */
class Controller extends ModuleAbstract implements WebInterface final class Controller extends ModuleAbstract implements WebInterface
{ {
/** /**