Commit 2ba391a 1 parent 62e8e4e commit 2ba391a Copy full SHA for 2ba391a
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 85
85
Features::bladePages (),
86
86
Features::markdownPages (),
87
87
Features::documentationPages (),
88
- Features::publicationPages (),
88
+ Features::publications (),
89
89
// Features::dataCollections(),
90
90
91
91
// Frontend Features
Original file line number Diff line number Diff line change 85
85
Features::bladePages (),
86
86
Features::markdownPages (),
87
87
Features::documentationPages (),
88
- Features::publicationPages (),
88
+ Features::publications (),
89
89
// Features::dataCollections(),
90
90
91
91
// Frontend Features
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ public static function enabled(string $feature): bool
40
40
static ::bladePages (),
41
41
static ::markdownPages (),
42
42
static ::documentationPages (),
43
- static ::publicationPages (),
43
+ static ::publications (),
44
44
// static::dataCollections(),
45
45
46
46
// Frontend Features
@@ -83,7 +83,7 @@ public static function hasDocumentationPages(): bool
83
83
84
84
public static function hasPublicationPages (): bool
85
85
{
86
- return static ::enabled (static ::publicationPages ());
86
+ return static ::enabled (static ::publications ());
87
87
}
88
88
89
89
public static function hasDataCollections (): bool
@@ -143,7 +143,7 @@ public static function documentationPages(): string
143
143
return 'documentation-pages ' ;
144
144
}
145
145
146
- public static function publicationPages (): string
146
+ public static function publications (): string
147
147
{
148
148
return 'publication-pages ' ;
149
149
}
You can’t perform that action at this time.
0 commit comments