Log systems polling

This commit is contained in:
Deon George
2022-12-02 22:54:02 +11:00
parent d5d4a0d781
commit 170f5c87ed
5 changed files with 81 additions and 4 deletions

View File

@@ -39,6 +39,11 @@ class System extends Model
->FTNorder();
}
public function logs()
{
return $this->hasMany(SystemLog::class);
}
/**
* Session Passwords for system
*