Skip to content

Commit

Permalink
Adding the root path
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Oct 9, 2017
1 parent bed5bc4 commit 76287b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Modules/Media/Tests/EloquentFileRepositoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ private function makeRootFolder() : File
return new File([
'id' => 0,
'folder_id' => 0,
'path' => config('asgard.media.config.files-path'),
]);
}
}

0 comments on commit 76287b3

Please sign in to comment.