Skip to content
Snippets Groups Projects
Verified Commit 21208727 authored by Greg0ire's avatar Greg0ire
Browse files

Adjust width

parent d785dc7f
Branches
No related tags found
1 merge request!4Adjust width
......@@ -2,6 +2,9 @@
background: blue !important;
} */
.reveal pre {
width: 1400px;
}
.reveal pre code {
max-height: none;
padding: 20px;
......
......@@ -495,7 +495,13 @@ $rsm = new ResultSetMappingBuilder($entityManager);
$rsm->addRootEntityFromClassMetadata(Comment::class, 'c');
$rsm->addJoinedEntityFromClassMetadata(Article::class, 'a', 'c', 'article', ['uuid' => 'article_uuid']);
$rsm->addJoinedEntityFromClassMetadata(
Article::class,
'a',
'c',
'article',
['uuid' => 'article_uuid']
);
$query = $entityManager->createNativeQuery(
<<<'SQL'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment