belongsTo(Terminal::class); } public function logistic_id(): BelongsTo { return $this->belongsTo(Logistic::class); } }