Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
jiannei committed Feb 4, 2021
1 parent 56e9601 commit 8a0d99e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/response.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

'format' => [
'paginated_resource' => [
'data_field' => 'data'
'data_field' => 'data',
],
],
];
9 changes: 9 additions & 0 deletions src/Support/Serializers/ArraySerializer.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the Jiannei/laravel-response.
*
* (c) Jiannei <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/

namespace Jiannei\Response\Laravel\Support\Serializers;

use Illuminate\Support\Facades\Config;
Expand Down

0 comments on commit 8a0d99e

Please sign in to comment.