Skip to content

Commit a4436f5

Browse files
committed
fix: make addshowonexplanation static
1 parent 13f2d4d commit a4436f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Base/Taxonomy/TaxonomyController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class TaxonomyController
1111
*
1212
* @return void
1313
*/
14-
public function addShowOnExplanation(string $taxonomy): void
14+
public static function addShowOnExplanation(string $taxonomy): void
1515
{
1616
if ('openpub-show-on' !== $taxonomy) {
1717
return;

0 commit comments

Comments
 (0)