Skip to content

Commit 3a1bfef

Browse files
committed
adjust namespace
1 parent c7b7d4e commit 3a1bfef

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Diff for: src/Controller/.gitignore

Whitespace-only changes.

Diff for: src/DataFixtures/PHPCR/LoadNewsData.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function load(ObjectManager $manager)
4949
'This is a news item which demonstrates the routing auto bundle. The routing
5050
auto bundle automatically creates routes for documents which are persisted.
5151
52-
See the routing auto <a href="https://github.com/symfony-cmf/cmf-sandbox/blob/master/src/AppBundle/Resources/config/cmf_routing_auto.yml">configuration file</a> to see how this works.
52+
See the routing auto <a href="https://github.com/symfony-cmf/cmf-sandbox/blob/master/src/Resources/config/cmf_routing_auto.yml">configuration file</a> to see how this works.
5353
EOT
5454
);
5555

Diff for: src/Resources/data/page.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ static:
3737
body: To log into the <a href="admin/dashboard">backend admin</a>, use the username 'admin' and the password 'admin'.
3838
child3:
3939
class: Symfony\Cmf\Bundle\BlockBundle\Doctrine\Phpcr\ActionBlock
40-
actionName: AppBundle:Default:block
40+
actionName: App:Default:block
4141
rssBlock:
4242
class: Symfony\Cmf\Bundle\BlockBundle\Doctrine\Phpcr\RssBlock
4343
properties:

Diff for: tests/Functional/WebTestCase.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ public function setUp()
2525
}
2626

2727
$this->loadFixtures([
28-
'AppBundle\DataFixtures\PHPCR\LoadStaticPageData',
29-
'AppBundle\DataFixtures\PHPCR\LoadMenuData',
30-
'AppBundle\DataFixtures\PHPCR\LoadRoutingData',
28+
'App\DataFixtures\PHPCR\LoadStaticPageData',
29+
'App\DataFixtures\PHPCR\LoadMenuData',
30+
'App\DataFixtures\PHPCR\LoadRoutingData',
3131
], null, 'doctrine_phpcr');
3232

3333
self::$fixturesLoaded = true;

0 commit comments

Comments
 (0)