Skip to content

Commit

Permalink
Update and rename MorningNews.php to Morningnews.php
Browse files Browse the repository at this point in the history
  • Loading branch information
OhmygoodR authored Jan 11, 2024
1 parent 4a6ff65 commit 68174d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/Models/MorningNews.php → app/Models/Morningnews.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;

class MorningNews extends Model
class Morningnews extends Model
{
use HasFactory;

protected $table='morning_news';

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

0 comments on commit 68174d0

Please sign in to comment.