File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes for Webhooks for Craft CMS
2
2
3
+ ## Unreleased
4
+
5
+ ### Fixed
6
+ - Fixed a PHP error that occurred when running Craft 3.5 or later. ([ #34 ] ( https://github.com/craftcms/webhooks/issues/34 ) )
7
+
3
8
## 2.3.1 - 2020-07-19
4
9
5
10
### Added
Original file line number Diff line number Diff line change 3
3
namespace craft \webhooks \filters ;
4
4
5
5
use Craft ;
6
+ use craft \base \Component ;
6
7
use craft \base \ElementInterface ;
7
8
use craft \events \ElementEvent ;
8
9
use craft \services \Elements ;
15
16
* @author Pixel & Tonic, Inc. <[email protected] >
16
17
* @since 2.1
17
18
*/
18
- abstract class BaseElementFilter implements FilterInterface
19
+ abstract class BaseElementFilter extends Component implements FilterInterface
19
20
{
20
21
public static function show (string $ class , string $ event ): bool
21
22
{
You can’t perform that action at this time.
0 commit comments