Skip to content

Commit

Permalink
Merge pull request #593 from hydephp/develop
Browse files Browse the repository at this point in the history
Deprecate `BuildService::transferMediaAssets()`
  • Loading branch information
caendesilva authored Feb 10, 2024
2 parents 68f2c9a + 24dfa10 commit 7740f10
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 7740f10

Please sign in to comment.