Integrate Mailer::class into System_Log::class, removed Zmodem Server/Client

This commit is contained in:
2023-12-10 19:07:53 +11:00
parent 8fc0336314
commit 0526500ff0
10 changed files with 71 additions and 139 deletions

View File

@@ -8,6 +8,11 @@ class SystemLog extends Model
{
/* RELATIONS */
public function mailer()
{
return $this->belongsTo(Mailer::class);
}
public function system()
{
return $this->belongsTo(System::class);