Skip to content

Commit

Permalink
OP-461: Page templates
Browse files Browse the repository at this point in the history
  • Loading branch information
jkindly committed Jul 30, 2024
1 parent 4b952d7 commit c2d883f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion spec/Menu/ContentManagementMenuBuilderSpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ public function it_build_menu(
;
$cmsRootMenuItem->setLabel('bitbag_sylius_cms_plugin.ui.templates')->willReturn($cmsRootMenuItem);
$cmsRootMenuItem->setLabelAttribute('icon', 'clone')->shouldBeCalled();
;

$cmsRootMenuItem
->addChild('media', ['route' => 'bitbag_sylius_cms_plugin_admin_media_index'])
Expand Down
2 changes: 1 addition & 1 deletion src/Entity/Template.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

namespace BitBag\SyliusCmsPlugin\Entity;

final class Template implements TemplateInterface
class Template implements TemplateInterface
{
protected ?int $id;

Expand Down

0 comments on commit c2d883f

Please sign in to comment.