Commit a08560c3 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Supprime l'aspect "final" de MetadataFactory.

Showing with 1 addition and 1 deletion
+1 -1
......@@ -44,7 +44,7 @@ use Symfony\Component\Routing\RouterInterface;
* Class MetadataFactory
* Cette classe est chargée de collecter les métadonnées des différents services d'API-Platform.
*/
final class MetadataFactory implements MetadataFactoryInterface
/* final */class MetadataFactory implements MetadataFactoryInterface
{
/** @var ResourceClassResolverInterface */
private $resourceClassResolver;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment