belongFormat($value); } public function admins() { return $this->hasMany(Admin::class, 'rid'); } }