Skip to content

Commit

Permalink
Deprecate BuildService::transferMediaAssets()
Browse files Browse the repository at this point in the history
This method will be replaced by a build task in v2.0. See #1499
  • Loading branch information
caendesilva committed Feb 7, 2024
1 parent d03e7b7 commit a80d43c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/framework/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 a80d43c

Please sign in to comment.