diff --git a/src/Framework/Services/BuildService.php b/src/Framework/Services/BuildService.php index 83c2686e..ba74adf8 100644 --- a/src/Framework/Services/BuildService.php +++ b/src/Framework/Services/BuildService.php @@ -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());