- Timestamp:
- 10/19/21 18:10:01 (3 years ago)
- Branches:
- develop, master
- Children:
- c6b84df
- Parents:
- ea7b12a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
app/Http/Controllers/Dashboard/DocumentsController.php
rea7b12a r6b95845 173 173 Storage::disk('local')->move($oldLocation, $location); 174 174 foreach($files as $file){ 175 $file->location = "test"; 175 $file->location = $location . DIRECTORY_SEPARATOR . $file->name; 176 $file->save(); 176 177 } 177 178 }
Note:
See TracChangeset
for help on using the changeset viewer.