Skip to content

Commit

Permalink
remove getSelectWhereClause to let it inherited from base
Browse files Browse the repository at this point in the history
  • Loading branch information
pokhiii committed Sep 10, 2024
1 parent 073e3b5 commit 11901ad
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions CRM/Eck/DAO/Entity.php
Original file line number Diff line number Diff line change
Expand Up @@ -241,14 +241,6 @@ public static function &fields() {
return Civi::$statics[self::$_className]['fields'];
}

/**
* {@inheritDoc}
*/
public static function getSelectWhereClause($tableAlias = NULL, $entityName = NULL, $conditions = []): array {
// TODO: ECK entities do not implement ACLs
return [];
}

/**
* {@inheritDoc}
*/
Expand Down

0 comments on commit 11901ad

Please sign in to comment.