Skip to content

Commit

Permalink
Fixed media formatter (#1483)
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Nov 1, 2018
1 parent 94f02da commit e64e4cf
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/Twig/Extension/FormatterMediaExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,19 @@ public function getOperators()
{
return $this->getTwigExtension()->getOperators();
}

public function getAllowedFilters()
{
return [];
}

public function getAllowedFunctions()
{
return [];
}

public function getAllowedProperties()
{
return [];
}
}

0 comments on commit e64e4cf

Please sign in to comment.