Skip to content

Commit

Permalink
Remove resolved todo
Browse files Browse the repository at this point in the history
All methods have already been refactored to call the kernel instance directly
  • Loading branch information
caendesilva committed Feb 11, 2023
1 parent d16458b commit 7d76d69
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/framework/src/Framework/HydeServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ protected function initializeConfiguration(): void
*/
protected function registerPageModels(): void
{
// TODO use the hyde facade once it gets the method annotations

if (Features::hasHtmlPages()) {
$this->kernel->registerPageClass(HtmlPage::class);
}
Expand Down

0 comments on commit 7d76d69

Please sign in to comment.