1
0
mirror of https://github.com/robonen/education-project.git synced 2026-03-20 02:44:31 +00:00

Новости(CRUD + PhotoStorage)

This commit is contained in:
ashen-1-dev
2020-12-15 19:46:13 +07:00
parent c9b4427d99
commit 459fd1c37d
8 changed files with 15 additions and 9 deletions

View File

@@ -9,4 +9,5 @@ class NewsFile extends Model
{
use HasFactory;
protected $table = 'news_files';
protected $fillable = ['name', 'type', 'extension', 'url', 'news_id'];
}