Log systems polling
This commit is contained in:
@@ -39,6 +39,11 @@ class System extends Model
|
||||
->FTNorder();
|
||||
}
|
||||
|
||||
public function logs()
|
||||
{
|
||||
return $this->hasMany(SystemLog::class);
|
||||
}
|
||||
|
||||
/**
|
||||
* Session Passwords for system
|
||||
*
|
||||
|
Reference in New Issue
Block a user