Skip to content

Commit

Permalink
feat: Updated app/Models/Product.php
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] committed Mar 11, 2024
1 parent ddee428 commit ffce159
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/Models/Product.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,7 @@ public function rating()


}
public function downloadable()
{
return $this->hasMany(DownloadableProduct::class);
}

0 comments on commit ffce159

Please sign in to comment.