mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-27 22:46:04 +00:00
entity manager 2
This commit is contained in:
5
custom/Espo/Custom/Controllers/Test.php
Normal file
5
custom/Espo/Custom/Controllers/Test.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
namespace Espo\Custom\Controllers;
|
||||
class Test extends \Espo\Core\Templates\Controllers\Base
|
||||
{
|
||||
}
|
||||
5
custom/Espo/Custom/Entities/Test.php
Normal file
5
custom/Espo/Custom/Entities/Test.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
namespace Espo\Custom\Entities;
|
||||
class Test extends \Espo\Core\Templates\Entities\Base
|
||||
{
|
||||
}
|
||||
5
custom/Espo/Custom/Repositories/Test.php
Normal file
5
custom/Espo/Custom/Repositories/Test.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
namespace Espo\Custom\Repositories;
|
||||
class Test extends \Espo\Core\Templates\Repositories\Base
|
||||
{
|
||||
}
|
||||
5
custom/Espo/Custom/Services/Test.php
Normal file
5
custom/Espo/Custom/Services/Test.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
namespace Espo\Custom\Services;
|
||||
class Test extends \Espo\Core\Templates\Services\Base
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user