Skip to content

Commit

Permalink
Merge pull request #45 from talvbansal/analysis-XZa42b
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
talvbansal authored Jun 11, 2017
2 parents e433da9 + 52af3d2 commit 44fd613
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Http/Requests/UploadFileRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ public function rules()
{
return [
'files.*' => 'required|file',
'folder' => 'required',
'folder' => 'required',
];
}

}

0 comments on commit 44fd613

Please sign in to comment.