File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -527,22 +527,6 @@ public function register(): void
527
527
);
528
528
});
529
529
530
- $ this ->app ->singleton (ItemNormalizer::class, function (Application $ app ) use ($ defaultContext ) {
531
- return new ItemNormalizer (
532
- $ app ->make (PropertyNameCollectionFactoryInterface::class),
533
- $ app ->make (PropertyMetadataFactoryInterface::class),
534
- $ app ->make (IriConverterInterface::class),
535
- $ app ->make (ResourceClassResolverInterface::class),
536
- $ app ->make (PropertyAccessorInterface::class),
537
- $ app ->make (NameConverterInterface::class),
538
- $ app ->make (ClassMetadataFactoryInterface::class),
539
- $ app ->make (LoggerInterface::class),
540
- $ app ->make (ResourceMetadataCollectionFactoryInterface::class),
541
- $ app ->make (ResourceAccessCheckerInterface::class),
542
- $ defaultContext
543
- );
544
- });
545
-
546
530
$ this ->app ->singleton (Options::class, function (Application $ app ) use ($ config ) {
547
531
return new Options (title: $ config ->get ('api-platform.title ' ) ?? '' );
548
532
});
You can’t perform that action at this time.
0 commit comments