Skip to content
This repository has been archived by the owner on Dec 13, 2021. It is now read-only.

Commit

Permalink
Add SF 4 / Flex support cocur#196
Browse files Browse the repository at this point in the history
  • Loading branch information
rem42 committed Feb 22, 2018
1 parent b2ccf7b commit 521dd2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bridge/Symfony/CocurSlugifyExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function load(array $configs, ContainerBuilder $container)

// for symfony versions >= 3.3
if (Kernel::VERSION_ID >= 30300) {
$container->setAlias('Cocur\Slugify\SlugifyInterface', 'cocur_slugify');
$container->setAlias('Cocur\Slugify\SlugifyInterface', 'cocur_slugify')->setPublic(true);
}
}
}

0 comments on commit 521dd2a

Please sign in to comment.