Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
Fixed paths related to SonataEasyExtendsBundle (#79)
Browse files Browse the repository at this point in the history
Fixed some hardcoded paths, which become invalid after enabling
the '--namespace' option in SonataEasyExtendsBundle's last release
(https://github.com/sonata-project/SonataEasyExtendsBundle/releases/tag/2.2.0)
  • Loading branch information
vyshkant authored and greg0ire committed Apr 27, 2017
1 parent 21d585a commit 8ca1809
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Resources/config/doctrine/Block.orm.xml.skeleton
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
association mapping : http://www.doctrine-project.org/projects/orm/2.0/docs/reference/association-mapping/en
-->
<entity
name="Application\Sonata\DashboardBundle\Entity\Block"
name="{{ namespace }}\Entity\Block"
table="dashboard__block"
repository-class="Doctrine\ORM\EntityRepository">

Expand Down
2 changes: 1 addition & 1 deletion Resources/config/doctrine/Dashboard.orm.xml.skeleton
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
association mapping : http://www.doctrine-project.org/projects/orm/2.0/docs/reference/association-mapping/en
-->
<entity
name="Application\Sonata\DashboardBundle\Entity\Dashboard"
name="{{ namespace }}\Entity\Dashboard"
table="dashboard__dashboard"
>

Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"sonata-project/core-bundle": "^3.0",
"sonata-project/datagrid-bundle": "^2.2",
"sonata-project/doctrine-extensions": "^1.0",
"sonata-project/easy-extends-bundle": "^2.2",
"sonata-project/notification-bundle": "^3.0",
"symfony/config": "^2.3 || ^3.0",
"symfony/dependency-injection": "^2.3 || ^3.0",
Expand Down

0 comments on commit 8ca1809

Please sign in to comment.