We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11968ce commit ba76f48Copy full SHA for ba76f48
code_samples/api/public_php_api/src/Command/FindContentTypeCommand.php
@@ -15,7 +15,7 @@
15
name: 'doc:find_content_types',
16
description: 'Lists content types that match specific criteria.'
17
)]
18
-class FindContentTypesCommand extends Command
+class FindContentTypeCommand extends Command
19
{
20
public function __construct(private readonly ContentTypeService $contentTypeService)
21
0 commit comments