Skip to content

Commit

Permalink
Use method not property
Browse files Browse the repository at this point in the history
  • Loading branch information
RoccoHoward committed Jul 16, 2018
1 parent 22d1574 commit 0779555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ModelStateTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function getStateDeletedAtColumn()

public function getColumnWithTable($column)
{
return $this->table.'.'.$column;
return $this->getTable().'.'.$column;
}

public static $mode_active = '0';
Expand Down

0 comments on commit 0779555

Please sign in to comment.