Skip to content

Commit b81af30

Browse files
Remove default key
1 parent 2ea2ae0 commit b81af30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
|
7979
*/
8080

81-
'key' => env('APP_KEY', 'SomeRandomString'),
81+
'key' => env('APP_KEY'),
8282

8383
'cipher' => 'AES-256-CBC',
8484

0 commit comments

Comments
 (0)