Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDev committed Aug 19, 2022
1 parent d49f838 commit 782cf20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/Component/EntityFilter/Filter/ShowMore.php
Expand Up @@ -10,9 +10,9 @@ class ShowMore extends AbstractFilter
use RequiredAppTrait;
use RequiredTwigTrait;

public const TO_ADD_BEFORE = '{{ block("before", view("/component/show_more.html.twig") %}';
public const TO_ADD_BEFORE = '{{ block("before", view("/component/show_more.html.twig")) %}';

public const TO_ADD_AFTER = '{{ block("after", view("/component/show_more.html.twig") %}';
public const TO_ADD_AFTER = '{{ block("after", view("/component/show_more.html.twig")) %}';

public function apply($propertyValue): string
{
Expand Down

0 comments on commit 782cf20

Please sign in to comment.