Add Zmodem/BINKP/EMSI
This commit is contained in:
@@ -12,6 +12,6 @@ trait ScopeActive
|
||||
*/
|
||||
public function scopeActive()
|
||||
{
|
||||
return $this->where('active',TRUE);
|
||||
return $this->where($this->getTable().'.active',TRUE);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user