Skip to content

Commit

Permalink
Apply fixes from StyleCI (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue authored Nov 8, 2019
1 parent 9e93bb3 commit e7a2257
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/LaravelUploader/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
use Illuminate\Contracts\Support\Arrayable;
use Illuminate\Contracts\Support\Jsonable;
use Illuminate\Http\UploadedFile;
use Illuminate\Support\Facades\Storage;

class Response implements Jsonable, Arrayable
{
Expand Down
4 changes: 2 additions & 2 deletions src/config/uploader.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
*/

return [
/**
/*
* Base uri for $response->url
*/
'base_uri' => env('APP_URL'),

/**
/*
* Strategies
*/
'strategies' => [
Expand Down

0 comments on commit e7a2257

Please sign in to comment.