Skip to content

Commit 137807f

Browse files
committed
Not needed
1 parent c965cd6 commit 137807f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/filters/BaseElementFilter.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@
1717
*/
1818
abstract class BaseElementFilter implements FilterInterface
1919
{
20-
public static function displayName(): string
21-
{
22-
return Craft::t('webhooks', 'Element is a draft');
23-
}
24-
2520
public static function show(string $class, string $event): bool
2621
{
2722
return (is_subclass_of($class, ElementInterface::class) || (

0 commit comments

Comments
 (0)