]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Replace kernel.root_dir by kernel.project_dir 3382/head
authorNicolas Hart <contact@nclshart.net>
Fri, 13 Oct 2017 21:52:15 +0000 (23:52 +0200)
committerNicolas Hart <contact@nclshart.net>
Fri, 13 Oct 2017 22:32:56 +0000 (00:32 +0200)
commit9ca069a6fea67ddf2ef44601901ea3c02e3cffbe
tree55bc8ee87f1f758bea7617bc24bc02c4a0c19408
parentf44a927530476eaf903525481e5e8114c3b017b8
Replace kernel.root_dir by kernel.project_dir

kernel.root_dir and Kernel::getRootDir() are deprecated since Symfony 3.3.
See https://symfony.com/blog/new-in-symfony-3-3-a-simpler-way-to-get-the-project-root-directory and https://github.com/symfony/symfony/blob/3.3/UPGRADE-3.3.md#httpkernel for more information.
app/AppKernel.php
app/config/config.yml
app/config/config_dev.yml
app/config/config_prod.yml
app/config/parameters.yml.dist
app/config/parameters_test.yml
app/config/tests/parameters_test.sqlite.yml
app/config/wallabag.yml
src/Wallabag/CoreBundle/Command/ExportCommand.php
src/Wallabag/CoreBundle/Resources/config/services.yml
tests/Wallabag/ImportBundle/Command/ImportCommandTest.php