custom fields have been added to the documents
This commit is contained in:
8
backend/modules/document/models/DocumentFieldValue.php
Normal file
8
backend/modules/document/models/DocumentFieldValue.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace backend\modules\document\models;
|
||||
|
||||
class DocumentFieldValue extends \common\models\DocumentFieldValue
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user