Scan AUK ready

This commit is contained in:
Александр Бабкин
2022-07-13 08:11:31 +03:00
parent d093a31512
commit 0cd5e9741f
5 changed files with 52 additions and 43 deletions

View File

@@ -13,8 +13,9 @@ class AUK extends Model
protected $table = 'auks';
protected $fillable = [
'project_id',
'name',
'number',
'auk_name',
'auk_path',
'image_dir',
'parent_id',
];