Skip to content

Commit ed72df6

Browse files
committed
Remove legacy section comments for simplified class
1 parent dfb56d5 commit ed72df6

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

packages/framework/src/Facades/Features.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@ public static function enabled(): array
5656
return Hyde::features()->features;
5757
}
5858

59-
// ================================================
60-
// Determine if a given feature is enabled.
61-
// ================================================
62-
6359
public static function hasHtmlPages(): bool
6460
{
6561
return static::has(Feature::HtmlPages);
@@ -90,11 +86,6 @@ public static function hasDarkmode(): bool
9086
return static::has(Feature::Darkmode);
9187
}
9288

93-
// ====================================================
94-
// Dynamic features that in addition to being enabled
95-
// in the config file, require preconditions to be met.
96-
// ====================================================
97-
9889
/**
9990
* Can a sitemap be generated?
10091
*/

0 commit comments

Comments
 (0)