belongsTo(Application::class); } public function author(): BelongsTo { return $this->belongsTo(User::class); } }