belongsTo(Project::class); } protected static function booted(): void { parent::booted(); static::updated(function (ProjectDownload $projectDownload) { event(new ProjectDownloadStatus($projectDownload)); }); } }