Skip to content

Commit

Permalink
DEBUG temporary skip foreignModel assert
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Jan 16, 2022
1 parent c35a2f5 commit d956066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/Join.php
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ protected function init(): void
{
$this->_init();

$this->getForeignModel(); // assert valid foreign_table
// $this->getForeignModel(); // assert valid foreign_table

// owner model should have id_field set
$id_field = $this->getOwner()->id_field;
Expand Down

0 comments on commit d956066

Please sign in to comment.