Closed emulienfou closed 4 years ago
Following the Symfony 5 upgrade changes describe here: https://github.com/symfony/symfony/blob/master/UPGRADE-5.0.md
The Kernel::getRootDir() and the kernel.root_dir parameter have been removed.
Kernel::getRootDir()
kernel.root_dir
kernel.root_dir as been replaced by kernel.project_dir
kernel.project_dir
This PR is related to #31 and and doesntmattr/mongodb-migrations#49
Thank you @emulienfou!
Following the Symfony 5 upgrade changes describe here: https://github.com/symfony/symfony/blob/master/UPGRADE-5.0.md
The
Kernel::getRootDir()
and thekernel.root_dir
parameter have been removed.kernel.root_dir
as been replaced bykernel.project_dir