-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
CamelCase config
Before
return [
'pluginsDir' => dirname(__DIR__) . '/',
'adapters' => [
'local' => $local,
'cache' => $cacheFilesystem,
'web' => $web
],
'cache' => [
'life' => 600 // in seconds
],
'public_urls' => [
'local' => ''
]
];After
return [
'pluginsDir' => dirname(__DIR__) . '/',
'adapters' => [
'local' => $local,
'cache' => $cacheFilesystem,
'web' => $web
],
'cache' => [
'life' => 600 // in seconds
],
'publicUrls' => [
'local' => ''
]
];Metadata
Metadata
Assignees
Labels
No labels