Skip to content

Commit

Permalink
Update BraincraftedBootstrapExtension.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ghasrfakhri authored Sep 24, 2020
1 parent 8499f86 commit 100cb91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DependencyInjection/BraincraftedBootstrapExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
class BraincraftedBootstrapExtension extends Extension implements PrependExtensionInterface
{
/** @var string */
protected $formTemplate = 'BraincraftedBootstrapBundle:Form:bootstrap.html.twig';
protected $formTemplate = '@BraincraftedBootstrap/Form/bootstrap.html.twig';

/** @var string */
protected $menuTemplate = 'BraincraftedBootstrapBundle:Menu:bootstrap.html.twig';
protected $menuTemplate = '@BraincraftedBootstrap/Menu/bootstrap.html.twig';

/** @var string */
protected $paginationTemplate = 'BraincraftedBootstrapBundle:Pagination:bootstrap.html.twig';
protected $paginationTemplate = '@BraincraftedBootstrap/Pagination/bootstrap.html.twig';

/**
* {@inheritDoc}
Expand Down

0 comments on commit 100cb91

Please sign in to comment.