Add Zmodem/BINKP/EMSI

This commit is contained in:
Deon George
2021-04-01 21:59:15 +11:00
parent 619cabb751
commit b94e39c7af
33 changed files with 8216 additions and 42 deletions

View File

@@ -12,6 +12,6 @@ trait ScopeActive
*/
public function scopeActive()
{
return $this->where('active',TRUE);
return $this->where($this->getTable().'.active',TRUE);
}
}