Skip to content

Commit

Permalink
Merge pull request #1533 from hydephp/improve-media-asset-handling
Browse files Browse the repository at this point in the history
Deprecate `BuildService::transferMediaAssets()` hydephp/develop@78dcbf5
  • Loading branch information
github-actions committed Feb 8, 2024
1 parent 2bf3711 commit 24dfa10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Framework/Services/BuildService.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ public function compileStaticPages(): void
});
}

/** @deprecated This method will be replaced by a build task in v2.0 */
public function transferMediaAssets(): void
{
$this->needsDirectory(Hyde::siteMediaPath());
Expand Down

0 comments on commit 24dfa10

Please sign in to comment.