bin
bin_bytearray
bin_custom
bin_func
bin_md5
bin_uuid
bool
collection
custom_id
date
date_immutable
decimal128
file
float
hash
id
int
int64
key
object_id
raw
string
timestamp
uuid
vector_float32
vector_int8
vector_packed_bit
#[ORM\OneToOne(cascade: ['remove'])]
#[Serializer\Groups([Groups::LIST, Groups::DETAILS])]
#[ORM\JoinColumn(name: 'file_id', referencedColumnName: 'id', nullable: true)]
public ?UploadFile $file = null;if ($file = $entity->getFile()) {
$entity->setFile(
$uploadFileRepository->findOneBy(['id' => $file->getId()])
);
}if ($file = $entity->getFile()) {
$entity->setFile(
$uploadFileRepository->findOneBy(['id' => $file->getId()])
);
}
Included file police-registry-ci.yml@common/sf-pr-ci does not have YAML extension!
И стало работать. Не думал что есть типы, по которым поиск не работает. Да уж. Спасибо.