We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4c6a06 commit fe4c6f2Copy full SHA for fe4c6f2
src/app/Services/ExcelSeeder.php
@@ -23,6 +23,7 @@ public function run()
23
24
private function importFile()
25
{
26
+ //TODO refactor
27
return new UploadedFile(
28
Storage::path('seeds'.DIRECTORY_SEPARATOR.$this->filename),
29
$this->filename,
0 commit comments