Skip to content

Commit 5857361

Browse files
authored
Using the "Twig_Loader_Chain" class is deprecated (#763)
Using the "Twig_Loader_Chain" class is deprecated since Twig version 2.7, use "Twig\Loader\ChainLoader" instead.
1 parent 09085e5 commit 5857361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/modules/apigee_mock_api_client/apigee_mock_api_client.services.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ services:
3535
arguments: ['@apigee_mock_api_client_twig_json.loader']
3636

3737
apigee_mock_api_client_twig_json.loader:
38-
class: \Twig_Loader_Chain
38+
class: Twig\Loader\ChainLoader
3939
public: false
4040
tags:
4141
- { name: service_collector, tag: apigee_mock_api_client_twig.loader, call: addLoader, required: TRUE }

0 commit comments

Comments
 (0)