Skip to content

Commit

Permalink
refactor: remove deprecated code from entry file
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Sep 29, 2023
1 parent dad3abc commit 988c546
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions myparcelnl.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,26 +36,6 @@ class MyParcelNL extends CarrierModule
use HasPdkScriptHooks;
use HasPsCarrierHooks;

/**
* @deprecated
*/
public const MODULE_NAME = 'myparcelnl';
/**
* @deprecated
*/
public const TRANSLATION_DOMAIN = 'Modules.MyParcelNL.Admin';

/**
* * @deprecated
*/
public $baseUrl;

/**
* @var int
* @deprecated
*/
public $id_carrier;

/**
* @var int
*/
Expand Down

0 comments on commit 988c546

Please sign in to comment.