Adding the root path

parent bed5bc44
...@@ -360,6 +360,7 @@ class EloquentFileRepositoryTest extends MediaTestCase ...@@ -360,6 +360,7 @@ class EloquentFileRepositoryTest extends MediaTestCase
return new File([ return new File([
'id' => 0, 'id' => 0,
'folder_id' => 0, 'folder_id' => 0,
'path' => config('asgard.media.config.files-path'),
]); ]);
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment