Skip to content

Commit

Permalink
[Blast] [UI] Fix breadrumb with routing
Browse files Browse the repository at this point in the history
  • Loading branch information
PapsOu committed Mar 14, 2018
1 parent 4b59f82 commit add524e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Blast/Bundle/UIBundle/Breadcrumb/BreadcrumbBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* file that was distributed with this source code.
*/

namespace Blast\Component\UI\Service;
namespace Blast\Bundle\UIBundle\Breadcrumb;

use Blast\Component\UI\Model\BreadcrumbItem;
use Blast\Component\UI\Service\BreadcrumbBuilder as BaseBreadcrumbBuilder;
Expand Down
2 changes: 2 additions & 0 deletions src/Blast/Bundle/UIBundle/Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ services:

blast_ui.service.breadcrumb_builder:
class: Blast\Bundle\UIBundle\Breadcrumb\BreadcrumbBuilder
arguments:
- '@router'

# WIDGETS

Expand Down

0 comments on commit add524e

Please sign in to comment.