Skip to content

Commit

Permalink
IBX-1853: Fixed nullable services and xml aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
ViniTou committed Jan 19, 2022
1 parent 1897cac commit d8783fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/bundle/Core/ApiLoader/RepositoryFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function __construct(
/**
* Builds the main repository, heart of eZ Publish API.
*
* This always returns the true inner Repository, please depend on ezpublish.api.repository and not this method
* This always returns the true inner Repository, please depend on ibexa.api.repository and not this method
* directly to make sure you get an instance wrapped inside Event / Cache / * functionality.
*/
public function buildRepository(
Expand Down
4 changes: 2 additions & 2 deletions src/lib/Resources/settings/fieldtypes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ services:
class: Ibexa\Core\FieldType\BinaryFile\Type
arguments:
- ['@Ibexa\Core\FieldType\Validator\FileExtensionBlackListValidator']
- "@?ezpublish.fieldType.ezbinarybase.download_url_generator"
- '@?Ibexa\Core\MVC\Symfony\FieldType\BinaryBase\ContentDownloadUrlGenerator'
parent: Ibexa\Core\FieldType\FieldType
tags:
- {name: ibexa.field_type, alias: ezbinaryfile}
Expand Down Expand Up @@ -346,7 +346,7 @@ services:
class: Ibexa\Core\FieldType\Media\Type
arguments:
- ['@Ibexa\Core\FieldType\Validator\FileExtensionBlackListValidator']
- "@?ezpublish.fieldType.ezbinarybase.download_url_generator"
- '@?Ibexa\Core\MVC\Symfony\FieldType\BinaryBase\ContentDownloadUrlGenerator'
parent: Ibexa\Core\FieldType\FieldType
tags:
- {name: ibexa.field_type, alias: ezmedia}
Expand Down

0 comments on commit d8783fd

Please sign in to comment.