diff --git a/src/TinyPNGExtension.php b/src/TinyPNGExtension.php index c74e196..84d863f 100644 --- a/src/TinyPNGExtension.php +++ b/src/TinyPNGExtension.php @@ -83,6 +83,6 @@ protected function registerBackendControllers() { * {@inheritdoc} */ protected function registerTwigPaths() { - return [ 'templates' ]; + return [ 'templates'=> [ 'position' => 'prepend', 'namespace'=>'tinypng'] ]; } }