We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13f2d4d commit a4436f5Copy full SHA for a4436f5
1 file changed
src/Base/Taxonomy/TaxonomyController.php
@@ -11,7 +11,7 @@ class TaxonomyController
11
*
12
* @return void
13
*/
14
- public function addShowOnExplanation(string $taxonomy): void
+ public static function addShowOnExplanation(string $taxonomy): void
15
{
16
if ('openpub-show-on' !== $taxonomy) {
17
return;
0 commit comments