Make classes final

This commit is contained in:
Dennis Eichhorn 2018-12-01 20:50:27 +01:00
parent 57263c5f3e
commit 8643466dfa
3 changed files with 3 additions and 3 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

@ -25,7 +25,7 @@ use Modules\Profile\Models\Profile;
* @link http://website.orange-management.de
* @since 1.0.0
*/
class Supplier
final class Supplier
{
private $id = 0;

View File

@ -24,7 +24,7 @@ use phpOMS\DataStorage\Database\Query\Builder;
use phpOMS\DataStorage\Database\Query\Column;
use phpOMS\DataStorage\Database\RelationType;
class SupplierMapper extends DataMapperAbstract
final class SupplierMapper extends DataMapperAbstract
{
/**
* Columns.