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