Skip to content

Commit

Permalink
fix(#103): fixing php 8.1 compatibility issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavs-gutmanis committed May 26, 2022
1 parent 7359458 commit 0b4718e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin/src/Elements/Db/EventQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
use yii\db\Connection;
use yii\db\Expression;

class EventQuery extends ElementQuery implements \Countable
class EventQuery extends ElementQuery
{
public const MAX_EVENT_LENGTH_DAYS = 365;

Expand Down

0 comments on commit 0b4718e

Please sign in to comment.