Skip to content

Commit 180c8a0

Browse files
Remove templating config frame default.php
1 parent bc3b9cf commit 180c8a0

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
3.1.0
5+
-----
6+
7+
* **2020-02-24**: [BC-BREAK] Remove framework templating configuration from prepended config.
8+
49
3.0.0
510
-----
611

resources/config/dist/framework.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@
2424
'resource' => '%kernel.root_dir%/config/routing.php',
2525
],
2626
'default_locale' => 'en',
27-
'templating' => [
28-
'engines' => ['twig'],
29-
],
3027
'translator' => [
3128
'fallback' => 'en',
3229
],

0 commit comments

Comments
 (0)