jolicode / elastically

🔍 JoliCode's Elastica wrapper to bootstrap Elasticsearch PHP integrations
248 stars 37 forks source link

Use kernel.project_dir instead of kernel.root_dir in example #35

Closed rogamoore closed 4 years ago

rogamoore commented 4 years ago

kernel.root_dir is deprecated since Symfony 4.2

see https://symfony.com/blog/new-in-symfony-4-2-important-deprecations

damienalexandre commented 4 years ago

Awesome, thanks again! :+1:

damienalexandre commented 4 years ago

It was right in the tests (https://github.com/jolicode/elastically/blob/ef33908a6f1a96f4930c75cf7d951628fba0dd74/tests/Symfony/config.yaml#L43) but wrong in the README :facepalm: