9 lines
150 B
PHP
9 lines
150 B
PHP
<?php
|
|
|
|
namespace Espo\Custom\Entities;
|
|
|
|
class ArticleCategory extends \Espo\Core\Entities\TreeItem
|
|
{
|
|
protected $entityType = "ArticleCategory";
|
|
}
|