Skip to content

Commit 44eedd5

Browse files
authored
Merge pull request pterodactyl#781 from Pterodactyl/analysis-8KKlv9
Apply fixes from StyleCI
2 parents d4758ef + 166c43c commit 44eedd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Console/Commands/Environment/AppSettingsCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class AppSettingsCommand extends Command
2121

2222
const ALLOWED_CACHE_DRIVERS = [
2323
'redis' => 'Redis (recommended)',
24-
'memcached' => 'Memcached'
24+
'memcached' => 'Memcached',
2525
];
2626

2727
const ALLOWED_SESSION_DRIVERS = [

0 commit comments

Comments
 (0)