Skip to content

Commit

Permalink
OXDEV-8498 Drop DateFormatHelper
Browse files Browse the repository at this point in the history
  • Loading branch information
AshrafOxid committed Jan 10, 2025
1 parent dbbdd37 commit f0baeee
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 101 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG-8.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,5 @@
- Deprecated `handleDatabaseException` functionality
- Dependency on `oxideshop-facts` component
- `FileCache` and `SubShopSpecificFileCache` classes. Use `ContextInterface::getCurrentShopId()` instead
- Legacy file-based caching methods from `Utils` class
- Legacy file-based caching methods from `Utils` class
- Remove `DateFormatHelper`

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,5 @@ services:
OxidEsales\EshopCommunity\Internal\Transition\Adapter\TemplateLogic\InputHelpLogic:
class: OxidEsales\EshopCommunity\Internal\Transition\Adapter\TemplateLogic\InputHelpLogic

OxidEsales\EshopCommunity\Internal\Transition\Adapter\TemplateLogic\DateFormatHelper:
class: OxidEsales\EshopCommunity\Internal\Transition\Adapter\TemplateLogic\DateFormatHelper

OxidEsales\EshopCommunity\Internal\Transition\Adapter\TemplateLogic\InsertNewBasketItemLogicTwig:
class: OxidEsales\EshopCommunity\Internal\Transition\Adapter\TemplateLogic\InsertNewBasketItemLogicTwig

This file was deleted.

0 comments on commit f0baeee

Please sign in to comment.