Skip to content

Commit 7d76d69

Browse files
committed
Remove resolved todo
All methods have already been refactored to call the kernel instance directly
1 parent d16458b commit 7d76d69

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/framework/src/Framework/HydeServiceProvider.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@ protected function initializeConfiguration(): void
8585
*/
8686
protected function registerPageModels(): void
8787
{
88-
// TODO use the hyde facade once it gets the method annotations
89-
9088
if (Features::hasHtmlPages()) {
9189
$this->kernel->registerPageClass(HtmlPage::class);
9290
}

0 commit comments

Comments
 (0)