Skip to content

Commit d222772

Browse files
authored
Merge pull request #200 from alexander-schranz/patch-1
Remove templating config from default.php
2 parents 1e047c4 + 180c8a0 commit d222772

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)