Complete Taks 1-2

This commit is contained in:
Thuan Bui
2025-04-04 08:44:42 +09:00
parent 1eb80e692a
commit bd0112fc11
3 changed files with 1463 additions and 1154 deletions
+2
View File
@@ -10,4 +10,6 @@ class Morningnews extends Model
use HasFactory;
protected $fillable = ['title', 'news_text'];
protected $table = 'morning_news';
}