Skip to content

Commit 53a6cb7

Browse files
committed
Merge pull request #4 from paulboco/patch-1
Remove duplicate array keys
2 parents e6b38e3 + a198dad commit 53a6cb7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

config/app.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515

1616
'key' => env('APP_KEY', 'SomeRandomString!!!'),
1717

18-
'cipher' => MCRYPT_RIJNDAEL_128,
19-
2018
/*
2119
|--------------------------------------------------------------------------
2220
| Application Locale Configuration
@@ -54,8 +52,6 @@
5452
|
5553
*/
5654

57-
'key' => env('APP_KEY', 'SomeRandomString'),
58-
5955
'cipher' => MCRYPT_RIJNDAEL_128,
6056

6157
];

0 commit comments

Comments
 (0)