File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
packages/framework/src/Facades Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments