Skip to content

Commit 5330703

Browse files
committed
CS fix.
Signed-off-by: Jason Lewis <[email protected]>
1 parent c31e20d commit 5330703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Provider/ApiServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ protected function setupClassAliases()
102102
'api.limiting' => 'Dingo\Api\Http\RateLimit\Handler',
103103
'api.transformer' => 'Dingo\Api\Transformer\Factory',
104104
'api.url' => 'Dingo\Api\Routing\UrlGenerator',
105-
'api.exception' => ['Dingo\Api\Exception\Handler', 'Dingo\Api\Contract\Debug\ExceptionHandler']
105+
'api.exception' => ['Dingo\Api\Exception\Handler', 'Dingo\Api\Contract\Debug\ExceptionHandler'],
106106
];
107107

108108
foreach ($aliases as $key => $aliases) {

0 commit comments

Comments
 (0)