Skip to content

Commit

Permalink
Hotfix - Product-Installer dependency (See: #26)
Browse files Browse the repository at this point in the history
- Fixes #25
  • Loading branch information
zoglo authored Mar 6, 2024
2 parents 45fda5e + b3ade29 commit 14e6657
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Import/Validator/RecommendationValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@
namespace Oveleon\ContaoRecommendationBundle\Import\Validator;

use Oveleon\ContaoRecommendationBundle\Model\RecommendationModel;
use Oveleon\ProductInstaller\Import\Validator\ValidatorInterface;

/**
* Validator class for validating the recommendation item records during and after import.
*
* @author Daniele Sciannimanica <https://github.com/doishub>
*/
class RecommendationValidator implements ValidatorInterface
class RecommendationValidator
{
static public function getTrigger(): string
{
Expand Down

0 comments on commit 14e6657

Please sign in to comment.