Merge pull request #781 from Pterodactyl/analysis-8KKlv9
Apply fixes from StyleCI
This commit is contained in:
commit
44eedd594f
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class AppSettingsCommand extends Command
|
||||||
|
|
||||||
const ALLOWED_CACHE_DRIVERS = [
|
const ALLOWED_CACHE_DRIVERS = [
|
||||||
'redis' => 'Redis (recommended)',
|
'redis' => 'Redis (recommended)',
|
||||||
'memcached' => 'Memcached'
|
'memcached' => 'Memcached',
|
||||||
];
|
];
|
||||||
|
|
||||||
const ALLOWED_SESSION_DRIVERS = [
|
const ALLOWED_SESSION_DRIVERS = [
|
||||||
|
|
Loading…
Add table
Reference in a new issue