Skip to content

Commit

Permalink
Merge branch 'feature/product-installer'
Browse files Browse the repository at this point in the history
  • Loading branch information
zoglo committed Mar 26, 2024
2 parents b114d33 + cb62169 commit f80e3eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Export/Validator/ExportFileValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class ExportFileValidator
{
public function addSingleSrcValidator($exporter): void
{
$exporter->addValidator(PageModel::getTable(), function (PageModel $model) use ($exporter)
$exporter->addValidator(PageModel::getTable(), function (array|PageModel &$model) use ($exporter)
{
$exporter->convertSingleUuid($model, 'companyLogo');
});
Expand Down

0 comments on commit f80e3eb

Please sign in to comment.