Skip to content

Commit 6a1a9ff

Browse files
authored
Merge pull request #161 from kubre/patch-1
Fixed git merge conflict
2 parents 841422c + 15b0b99 commit 6a1a9ff

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

templates/default/controller-upload-method-5.3.stub

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,8 @@
1212
return '';
1313
}
1414

15-
<<<<<<< HEAD
16-
$path = config('codegenerator.files_upload_path', 'uploads');
17-
=======
1815
$path = config('laravel-code-generator.files_upload_path', 'uploads');
19-
>>>>>>> v2.3
2016
$saved = $file->store('public/' . $path, config('filesystems.default'));
2117

2218
return substr($saved, 7);
23-
}
19+
}

0 commit comments

Comments
 (0)