This repository was archived by the owner on Sep 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/DependencyInjection/Factory Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Symfony CMF Sonata PHPCR Admin Bundle
2
2
3
- [ ![ Build Status] ( https://travis-ci.org/symfony-cmf/sonata-admin-integration-bundle.svg?branch=master )] ( https://travis-ci.org/symfony-cmf/sonata-admin-integration-bundle )
3
+ [ ![ Build Status] ( https://travis-ci.org/symfony-cmf/sonata-phpcr- admin-integration-bundle.svg?branch=master )] ( https://travis-ci.org/symfony-cmf/sonata-phpcr -admin-integration-bundle )
4
4
[ ![ StyleCI] ( https://styleci.io/repos/60730554/shield?style=plastic )] ( https://styleci.io/repos/60730554 )
5
- [ ![ Latest Stable Version] ( https://poser.pugx.org/symfony-cmf/sonata-admin-integration-bundle/version.png )] ( https://packagist.org/packages/symfony-cmf/sonata-admin-integration-bundle )
6
- [ ![ Total Downloads] ( https://poser.pugx.org/symfony-cmf/sonata-admin-integration-bundle/d/total.png )] ( https://packagist.org/packages/symfony-cmf/sonata-admin-integration-bundle )
5
+ [ ![ Latest Stable Version] ( https://poser.pugx.org/symfony-cmf/sonata-phpcr- admin-integration-bundle/version.png )] ( https://packagist.org/packages/symfony-cmf/sonata-phpcr -admin-integration-bundle )
6
+ [ ![ Total Downloads] ( https://poser.pugx.org/symfony-cmf/sonata-phpcr- admin-integration-bundle/d/total.png )] ( https://packagist.org/packages/symfony-cmf/sonata-phpcr -admin-integration-bundle )
7
7
8
8
This bundle is part of the [ Symfony Content Management Framework (CMF)] ( http://cmf.symfony.com/ )
9
9
and licensed under the [ MIT License] ( LICENSE ) .
@@ -36,4 +36,4 @@ Unit and/or functional tests exist for this bundle. See the
36
36
for a guide to running the tests.
37
37
38
38
Thanks to
39
- [ everyone who has contributed] ( https://github.com/symfony-cmf/sonata-admin-integration-bundle/contributors ) already.
39
+ [ everyone who has contributed] ( https://github.com/symfony-cmf/sonata-phpcr- admin-integration-bundle/contributors ) already.
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ public function process(ContainerBuilder $container)
61
61
return ;
62
62
}
63
63
64
- $ basepaths = $ container ->getParameter ('cmf_routing.dynamic.persistence.route_basepaths ' );
64
+ $ basepaths = $ container ->getParameter ('cmf_routing.dynamic.persistence.phpcr. route_basepaths ' );
65
65
$ container ->setParameter ('cmf_sonata_phpcr_admin_integration.routing.basepath ' , reset ($ basepaths ));
66
66
}
67
67
}
You can’t perform that action at this time.
0 commit comments