Skip to content

Commit

Permalink
Remove method BuildService::transferMediaAssets()
Browse files Browse the repository at this point in the history
Deprecated in #1533
  • Loading branch information
caendesilva committed Feb 8, 2024
1 parent fd9b173 commit 3fca017
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions packages/framework/src/Console/Commands/BuildSiteCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ public function handle(): int

$this->runPreBuildActions();

$this->service->transferMediaAssets();

$this->service->compileStaticPages();

$this->runPostBuildActions();
Expand Down
5 changes: 0 additions & 5 deletions packages/framework/src/Framework/Services/BuildService.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@ public function compileStaticPages(): void
});
}

public function transferMediaAssets(): void
{
//
}

/**
* @param class-string<\Hyde\Pages\Concerns\HydePage> $pageClass
*/
Expand Down

0 comments on commit 3fca017

Please sign in to comment.