Skip to content

Commit

Permalink
FIX: Yaml Strict
Browse files Browse the repository at this point in the history
  • Loading branch information
BadPixxel committed Dec 10, 2020
1 parent 9f00d84 commit 6c11e1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Resources/config/blocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sonata_block:
contexts: [admin]
splash.widgets.blocks.simple:
contexts: [admin]

services:

#################################################################################
Expand All @@ -18,7 +18,7 @@ services:
- "@request_stack"
tags:
- { name: sonata.block }

#################################################################################
# Single Widget Sonata Block Service
splash.widgets.blocks.simple:
Expand All @@ -29,4 +29,4 @@ services:
- "@splash.widgets.manager"
- "@splash.widgets.factory"
tags:
- { name: sonata.block }
- { name: sonata.block }

0 comments on commit 6c11e1d

Please sign in to comment.