Skip to content

Commit

Permalink
rename class and expression names
Browse files Browse the repository at this point in the history
  • Loading branch information
JoMessina committed Oct 20, 2023
1 parent 1c4655b commit 95fa9bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/MagentoExpressionLanguageProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function getFunctions(): array
new Street('street'),
new OrderSimpleItems('simpleItems'),
new FilterCustomAttribute('filterCustomAttribute'),
new PrepareRejectBucket('rejectSerializableObject'),
new Serialize('serialize'),
];
}
}
2 changes: 1 addition & 1 deletion src/PrepareRejectBucket.php → src/Serialize.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use ReflectionObject;
use Symfony\Component\ExpressionLanguage\ExpressionFunction;

class PrepareRejectBucket extends ExpressionFunction
class Serialize extends ExpressionFunction
{
public function __construct($name)
{
Expand Down

0 comments on commit 95fa9bd

Please sign in to comment.