Skip to content

Commit 9b47537

Browse files
committed
Version 0.2.4
1 parent f3760b7 commit 9b47537

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.env

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
###> symfony/framework-bundle ###
1818
APP_ENV=dev
19+
APP_DEBUG=1
1920
APP_SECRET=ce96cdd073c54b1cc10a2090b0e83f39
2021
###< symfony/framework-bundle ###
2122

.env.prod

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
APP_DEBUG=0

config/packages/api_platform.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
->extension('api_platform', [
1010
'title' => 'Aln-Symfony',
1111
'description' => 'More infos on Github: https://github.com/Dean151/Aln-Symfony',
12-
'version' => '0.2.3',
12+
'version' => '0.2.4',
1313
'show_webby' => false,
1414
'mapping' => [
1515
'paths' => [

0 commit comments

Comments
 (0)