Skip to content

Commit

Permalink
make it protected
Browse files Browse the repository at this point in the history
  • Loading branch information
themsaid committed Sep 3, 2016
1 parent 6f6f9c8 commit 782d14a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Http/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@ public function duplicate(array $query = null, array $request = null, array $att
* @param array $files
* @return mixed
*/
private function filterFiles($files)
protected function filterFiles($files)
{
foreach ($files as $key => $file) {
if (is_array($file)) {
Expand Down

0 comments on commit 782d14a

Please sign in to comment.