belongsTo(Application::class); } public function publicUrl(): string { return Storage::disk($this->disk)->url($this->path); } }