We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d4758ef + 166c43c commit 44eedd5Copy full SHA for 44eedd5
app/Console/Commands/Environment/AppSettingsCommand.php
@@ -21,7 +21,7 @@ class AppSettingsCommand extends Command
21
22
const ALLOWED_CACHE_DRIVERS = [
23
'redis' => 'Redis (recommended)',
24
- 'memcached' => 'Memcached'
+ 'memcached' => 'Memcached',
25
];
26
27
const ALLOWED_SESSION_DRIVERS = [
0 commit comments