belongsTo('App\Models\User')->withTrashed(); } /** * @return bool|string */ public function __toString() { return sprintf('%s: %s%%', $this->name, $this->rate); } }