Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix MatchgridHistoryRecords relation (CO-2579)
Benn Oshrin committed Jan 12, 2023
1 parent 54d9303 commit f7fa3e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/Model/Table/MatchgridsTable.php
@@ -73,6 +73,8 @@ public function initialize(array $config): void {
->setDependent(true);
$this->hasMany('Endpoints')
->setDependent(true);
$this->hasMany('MatchgridHistoryRecords')
->setDependent(true);
$this->hasMany('Permissions')
->setDependent(true);
$this->hasMany('Rules')

0 comments on commit f7fa3e6

Please sign in to comment.