mirror of
https://github.com/Karaka-Management/oms-Marketing.git
synced 2026-02-08 06:28:40 +00:00
Make classes final
This commit is contained in:
parent
6eb221278d
commit
9e550cf19f
|
|
@ -34,7 +34,7 @@ use phpOMS\Asset\AssetType;
|
|||
* @link http://website.orange-management.de
|
||||
* @since 1.0.0
|
||||
*/
|
||||
class BackendController extends Controller
|
||||
final class BackendController extends Controller
|
||||
{
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ use phpOMS\Localization\Money;
|
|||
* @link http://website.orange-management.de
|
||||
* @since 1.0.0
|
||||
*/
|
||||
class Promotion
|
||||
final class Promotion
|
||||
{
|
||||
private $id = 0;
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ use Modules\Media\Models\MediaMapper;
|
|||
* @link http://website.orange-management.de
|
||||
* @since 1.0.0
|
||||
*/
|
||||
class PromotionMapper extends DataMapperAbstract
|
||||
final class PromotionMapper extends DataMapperAbstract
|
||||
{
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user