Skip to content

Commit

Permalink
relational array query bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
aminsamadzadeh committed Jul 31, 2020
1 parent 770af21 commit 380a7c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Queries/RelationalArrayQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class RelationalArrayQuery extends Query
{
public function build()
{
$relational = $this->getRelational();
$relational = $this->getRelationalArray();
$key = array_pop($relational);
$relation = implode('.', $relational);
$value = $this->value;
Expand Down

0 comments on commit 380a7c8

Please sign in to comment.