Skip to content

Commit d5b65c6

Browse files
author
github-actions
committed
Merge pull request #1652 from hydephp/improve-codebase-by-using-the-new-feature-enum
Improve the codebase using the new Feature enum hydephp/develop@940d9ae
1 parent f121600 commit d5b65c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/config.php

+1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
'DocumentationPage' => \Hyde\Pages\DocumentationPage::class,
105105
'DataCollections' => \Hyde\Support\DataCollections::class,
106106
'Includes' => \Hyde\Support\Includes::class,
107+
'Feature' => \Hyde\Enums\Feature::class,
107108
],
108109

109110
];

0 commit comments

Comments
 (0)