Merge branch 'develop' of github.com:cerebrate-project/cerebrate into develop-unstable

pull/89/head
Sami Mokaddem 2022-03-09 11:44:26 +01:00
commit 3e4d0a4544
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ class MetaFieldsTable extends AppTable
]);
$this->addBehavior('AuditLog');
$this->addBehavior('Timestamp');
$this->belongsTo('MetaTemplates');
$this->belongsTo('MetaTemplateFields');