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 Dec 14, 2020
1 parent b4b2665 commit a24d9e5
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/Providers/LaravelServiceProvider.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
<?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\Providers;


use Illuminate\Support\ServiceProvider;

class LaravelServiceProvider extends ServiceProvider
Expand All @@ -23,4 +30,4 @@ protected function setupConfig()

$this->mergeConfigFrom($path, 'response');
}
}
}

0 comments on commit a24d9e5

Please sign in to comment.