Skip to content

Commit

Permalink
Update Morningnews.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bilawalshaikh authored Dec 7, 2023
1 parent 84fe671 commit f260f39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Models/Morningnews.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
class Morningnews extends Model
{
use HasFactory;

protected $table = 'morning_news';

protected $fillable = ['title', 'news_text'];
}

0 comments on commit f260f39

Please sign in to comment.