Skip to content

Commit 5fe9517

Browse files
committed
fixed linting
Signed-off-by: bidi <[email protected]>
1 parent 04a89b5 commit 5fe9517

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

config/autoload/local.php.dist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ $databases = [
1919
];
2020

2121
return [
22-
'application' => [
22+
'application' => [
2323
'name' => 'DotKernel API',
2424
'url' => $baseUrl,
2525
'versioning' => [
2626
'documentation_url' => 'https://docs.dotkernel.org/api-documentation/v5/core-features/versioning',
2727
],
2828
],
29-
'authentication' => [
29+
'authentication' => [
3030
'private_key' => [
3131
'key_or_path' => getcwd() . '/data/oauth/private.key',
3232
'key_permissions_check' => false,
@@ -45,15 +45,15 @@ return [
4545
'message' => 'Invalid credentials.',
4646
],
4747
],
48-
'databases' => $databases,
49-
'doctrine' => [
48+
'databases' => $databases,
49+
'doctrine' => [
5050
'connection' => [
5151
'orm_default' => [
5252
'params' => $databases['default'],
5353
],
5454
],
5555
],
56-
'uploads' => [
56+
'uploads' => [
5757
'user' => [
5858
'url' => $baseUrl . '/uploads/user',
5959
'path' => realpath(__DIR__ . '/../../public/uploads/user'),

0 commit comments

Comments
 (0)