belongsTo(UserType::class); } public function pad() { return $this->belongsTo(Pad::class); } public function statusAsText() { return Status::listStatus($this->status); } public static function initQuery() { return new UserPadQuery(get_called_class()); } }