Skip to content

Commit

Permalink
Not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed May 23, 2023
1 parent ea1d7f9 commit 906e5fb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/elements/Asset.php
Original file line number Diff line number Diff line change
Expand Up @@ -354,11 +354,6 @@ public static function sourcePath(string $sourceKey, string $stepKey, ?string $c
$folder = $parent;
}

// Make sure the root folder lives in the same volume as $sourceKey
if ($sourceKey !== "folder:$folder->uid") {
return null;
}

return $path;
}

Expand Down

0 comments on commit 906e5fb

Please sign in to comment.