X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=application%2Fship-simu%2Fmain%2Ffilter%2Fgoverment%2Fclass_ShipSimuGovermentPaysTrainingFilter.php;h=b8b8dd82a7af39510606758f87eebd18d7db1ae2;hb=3fa969fe802f144628b970758cc974e50f04f9dc;hp=466059c7c9b22ca8972ad1180f4bcd6d51b6b457;hpb=3eda441b496fe55fa22a5b748235c39015d1e081;p=shipsimu.git diff --git a/application/ship-simu/main/filter/goverment/class_ShipSimuGovermentPaysTrainingFilter.php b/application/ship-simu/main/filter/goverment/class_ShipSimuGovermentPaysTrainingFilter.php index 466059c..b8b8dd8 100644 --- a/application/ship-simu/main/filter/goverment/class_ShipSimuGovermentPaysTrainingFilter.php +++ b/application/ship-simu/main/filter/goverment/class_ShipSimuGovermentPaysTrainingFilter.php @@ -21,7 +21,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -class ShipSimuGovermentPaysTrainingFilter extends BaseFrameworkSystem implements Filterable { +class ShipSimuGovermentPaysTrainingFilter extends BaseFilter implements Filterable { /** * Protected constructor * @@ -30,10 +30,6 @@ class ShipSimuGovermentPaysTrainingFilter extends BaseFrameworkSystem implements protected function __construct () { // Call parent constructor parent::__construct(__CLASS__); - - // Clean up a little - $this->removeNumberFormaters(); - $this->removeSystemArray(); } /**