'integer]; /** * @return BelongsTo */ public function user() { return $this->belongsTo(User::class); } }