Skip to content

Commit

Permalink
add missing comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
suraj-webkul committed Nov 5, 2024
1 parent 87b0eee commit 5002d77
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/Webkul/Marketing/src/Models/Campaign.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@

class Campaign extends Model implements CampaignContract
{
/**
* Define the table for the model.
*
* @var string
*/
protected $table = 'marketing_campaigns';

/**
Expand Down

0 comments on commit 5002d77

Please sign in to comment.