Ignore:
Timestamp:
10/19/21 18:10:01 (3 years ago)
Author:
Berat Kjufliju <kufliju@…>
Branches:
develop, master
Children:
c6b84df
Parents:
ea7b12a
Message:

edited DocumentsController

File:
1 edited

Legend:

Unmodified
Added
Removed
  • app/Http/Controllers/Dashboard/DocumentsController.php

    rea7b12a r6b95845  
    173173                Storage::disk('local')->move($oldLocation, $location);
    174174                foreach($files as $file){
    175                     $file->location = "test";
     175                    $file->location = $location . DIRECTORY_SEPARATOR . $file->name;
     176                    $file->save();
    176177                }
    177178            }
Note: See TracChangeset for help on using the changeset viewer.