mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-29 15:36:07 +00:00
10 lines
103 B
PHP
10 lines
103 B
PHP
<?php
|
|
|
|
namespace Espo\Core\Base;
|
|
|
|
abstract class Service
|
|
{
|
|
public static $dependencies = array();
|
|
|
|
}
|