add CAICollections entity with metadata and localization support

This commit is contained in:
2026-03-09 21:28:21 +01:00
parent 53dd8f33d4
commit 47634c81ef
44 changed files with 529 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
<?php
namespace Espo\Custom\Controllers;
class CAICollections extends \Espo\Core\Templates\Controllers\BasePlus
{
}