Project create ready

This commit is contained in:
Александр Бабкин
2022-06-28 09:49:25 +03:00
parent e8e132051a
commit 44f24c5dae
4 changed files with 37 additions and 32 deletions

View File

@@ -11,5 +11,6 @@ class Project extends Model
protected $fillable = [
'name',
'description',
'mmc_path',
];
}