rename
This commit is contained in:
@@ -30,8 +30,8 @@
|
||||
namespace Espo\Classes\AddressFormatters;
|
||||
|
||||
use Espo\Core\{
|
||||
Fields\Address,
|
||||
Fields\Address\AddressFormatter,
|
||||
Field\Address,
|
||||
Field\Address\AddressFormatter,
|
||||
};
|
||||
|
||||
class Formatter1 implements AddressFormatter
|
||||
|
||||
@@ -30,8 +30,8 @@
|
||||
namespace Espo\Classes\AddressFormatters;
|
||||
|
||||
use Espo\Core\{
|
||||
Fields\Address,
|
||||
Fields\Address\AddressFormatter,
|
||||
Field\Address,
|
||||
Field\Address\AddressFormatter,
|
||||
};
|
||||
|
||||
class Formatter2 implements AddressFormatter
|
||||
|
||||
@@ -30,8 +30,8 @@
|
||||
namespace Espo\Classes\AddressFormatters;
|
||||
|
||||
use Espo\Core\{
|
||||
Fields\Address,
|
||||
Fields\Address\AddressFormatter,
|
||||
Field\Address,
|
||||
Field\Address\AddressFormatter,
|
||||
};
|
||||
|
||||
class Formatter3 implements AddressFormatter
|
||||
|
||||
@@ -30,8 +30,8 @@
|
||||
namespace Espo\Classes\AddressFormatters;
|
||||
|
||||
use Espo\Core\{
|
||||
Fields\Address,
|
||||
Fields\Address\AddressFormatter,
|
||||
Field\Address,
|
||||
Field\Address\AddressFormatter,
|
||||
};
|
||||
|
||||
class Formatter4 implements AddressFormatter
|
||||
|
||||
@@ -31,7 +31,7 @@ namespace Espo\Classes\DuplicateWhereBuilders;
|
||||
|
||||
use Espo\Core\{
|
||||
Duplicate\WhereBuilder,
|
||||
Fields\EmailAddressGroup,
|
||||
Field\EmailAddressGroup,
|
||||
};
|
||||
|
||||
use Espo\ORM\{
|
||||
|
||||
@@ -40,10 +40,10 @@ use Espo\Core\{
|
||||
ORM\EntityManager,
|
||||
Utils\FieldUtil,
|
||||
Utils\Metadata,
|
||||
Fields\Currency\CurrencyConfigDataProvider,
|
||||
Fields\Currency\CurrencyConverter,
|
||||
Fields\Currency,
|
||||
Fields\Currency\CurrencyRates,
|
||||
Field\Currency\CurrencyConfigDataProvider,
|
||||
Field\Currency\CurrencyConverter,
|
||||
Field\Currency,
|
||||
Field\Currency\CurrencyRates,
|
||||
};
|
||||
|
||||
use Espo\{
|
||||
|
||||
@@ -32,9 +32,9 @@ namespace Espo\Core\Entities;
|
||||
use Espo\Core\{
|
||||
ORM\Entity,
|
||||
ORM\Helper,
|
||||
Fields\EmailAddressGroup,
|
||||
Fields\PhoneNumberGroup,
|
||||
Fields\Address,
|
||||
Field\EmailAddressGroup,
|
||||
Field\PhoneNumberGroup,
|
||||
Field\Address,
|
||||
};
|
||||
|
||||
use Espo\ORM\{
|
||||
|
||||
@@ -27,9 +27,9 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace Espo\Core\Fields;
|
||||
namespace Espo\Core\Field;
|
||||
|
||||
use Espo\Core\Fields\Address\AddressBuilder;
|
||||
use Espo\Core\Field\Address\AddressBuilder;
|
||||
|
||||
/**
|
||||
* An address value object. Immutable.
|
||||
+2
-2
@@ -27,11 +27,11 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace Espo\Core\Fields\Address;
|
||||
namespace Espo\Core\Field\Address;
|
||||
|
||||
use Espo\ORM\Value\AttributeExtractor;
|
||||
|
||||
use Espo\Core\Fields\Address;
|
||||
use Espo\Core\Field\Address;
|
||||
|
||||
use StdClass;
|
||||
use InvalidArgumentException;
|
||||
+2
-2
@@ -27,9 +27,9 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace Espo\Core\Fields\Address;
|
||||
namespace Espo\Core\Field\Address;
|
||||
|
||||
use Espo\Core\Fields\Address;
|
||||
use Espo\Core\Field\Address;
|
||||
|
||||
/**
|
||||
* An address value builder.
|
||||
+2
-2
@@ -27,14 +27,14 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace Espo\Core\Fields\Address;
|
||||
namespace Espo\Core\Field\Address;
|
||||
|
||||
use Espo\{
|
||||
ORM\Entity,
|
||||
ORM\Value\ValueFactory,
|
||||
};
|
||||
|
||||
use Espo\Core\Fields\Address;
|
||||
use Espo\Core\Field\Address;
|
||||
|
||||
class AddressFactory implements ValueFactory
|
||||
{
|
||||
+2
-2
@@ -27,9 +27,9 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace Espo\Core\Fields\Address;
|
||||
namespace Espo\Core\Field\Address;
|
||||
|
||||
use Espo\Core\Fields\Address;
|
||||
use Espo\Core\Field\Address;
|
||||
|
||||
/**
|
||||
* An address formatter.
|
||||
+1
-1
@@ -27,7 +27,7 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace Espo\Core\Fields\Address;
|
||||
namespace Espo\Core\Field\Address;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
+1
-1
@@ -27,7 +27,7 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace Espo\Core\Fields\Address;
|
||||
namespace Espo\Core\Field\Address;
|
||||
|
||||
use Espo\Core\Utils\Metadata;
|
||||
|
||||
+1
-1
@@ -27,7 +27,7 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace Espo\Core\Fields;
|
||||
namespace Espo\Core\Field;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
+2
-2
@@ -27,11 +27,11 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace Espo\Core\Fields\Currency;
|
||||
namespace Espo\Core\Field\Currency;
|
||||
|
||||
use Espo\ORM\Value\AttributeExtractor;
|
||||
|
||||
use Espo\Core\Fields\Currency;
|
||||
use Espo\Core\Field\Currency;
|
||||
|
||||
use StdClass;
|
||||
use InvalidArgumentException;
|
||||
+1
-1
@@ -27,7 +27,7 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace Espo\Core\Fields\Currency;
|
||||
namespace Espo\Core\Field\Currency;
|
||||
|
||||
use Espo\Core\Utils\Config;
|
||||
|
||||
+2
-2
@@ -27,9 +27,9 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace Espo\Core\Fields\Currency;
|
||||
namespace Espo\Core\Field\Currency;
|
||||
|
||||
use Espo\Core\Fields\Currency;
|
||||
use Espo\Core\Field\Currency;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
+2
-2
@@ -27,14 +27,14 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace Espo\Core\Fields\Currency;
|
||||
namespace Espo\Core\Field\Currency;
|
||||
|
||||
use Espo\{
|
||||
ORM\Entity,
|
||||
ORM\Value\ValueFactory,
|
||||
};
|
||||
|
||||
use Espo\Core\Fields\Currency;
|
||||
use Espo\Core\Field\Currency;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
+1
-1
@@ -27,7 +27,7 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace Espo\Core\Fields\Currency;
|
||||
namespace Espo\Core\Field\Currency;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace Espo\Core\Fields;
|
||||
namespace Espo\Core\Field;
|
||||
|
||||
use DateTimeImmutable;
|
||||
use DateTimeInterface;
|
||||
+2
-2
@@ -27,11 +27,11 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace Espo\Core\Fields\Date;
|
||||
namespace Espo\Core\Field\Date;
|
||||
|
||||
use Espo\ORM\Value\AttributeExtractor;
|
||||
|
||||
use Espo\Core\Fields\Date;
|
||||
use Espo\Core\Field\Date;
|
||||
|
||||
use StdClass;
|
||||
use InvalidArgumentException;
|
||||
+2
-2
@@ -27,14 +27,14 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace Espo\Core\Fields\Date;
|
||||
namespace Espo\Core\Field\Date;
|
||||
|
||||
use Espo\{
|
||||
ORM\Entity,
|
||||
ORM\Value\ValueFactory,
|
||||
};
|
||||
|
||||
use Espo\Core\Fields\Date;
|
||||
use Espo\Core\Field\Date;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
+1
-1
@@ -27,7 +27,7 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace Espo\Core\Fields;
|
||||
namespace Espo\Core\Field;
|
||||
|
||||
use DateTimeImmutable;
|
||||
use DateTimeInterface;
|
||||
+2
-2
@@ -27,11 +27,11 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace Espo\Core\Fields\DateTime;
|
||||
namespace Espo\Core\Field\DateTime;
|
||||
|
||||
use Espo\ORM\Value\AttributeExtractor;
|
||||
|
||||
use Espo\Core\Fields\DateTime;
|
||||
use Espo\Core\Field\DateTime;
|
||||
|
||||
use StdClass;
|
||||
use InvalidArgumentException;
|
||||
+2
-2
@@ -27,14 +27,14 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace Espo\Core\Fields\DateTime;
|
||||
namespace Espo\Core\Field\DateTime;
|
||||
|
||||
use Espo\{
|
||||
ORM\Entity,
|
||||
ORM\Value\ValueFactory,
|
||||
};
|
||||
|
||||
use Espo\Core\Fields\DateTime;
|
||||
use Espo\Core\Field\DateTime;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
+2
-2
@@ -27,9 +27,9 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace Espo\Core\Fields;
|
||||
namespace Espo\Core\Field;
|
||||
|
||||
use Espo\Core\Fields\{
|
||||
use Espo\Core\Field\{
|
||||
DateTime,
|
||||
Date,
|
||||
};
|
||||
+2
-2
@@ -27,11 +27,11 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace Espo\Core\Fields\DateTimeOptional;
|
||||
namespace Espo\Core\Field\DateTimeOptional;
|
||||
|
||||
use Espo\ORM\Value\AttributeExtractor;
|
||||
|
||||
use Espo\Core\Fields\DateTimeOptional;
|
||||
use Espo\Core\Field\DateTimeOptional;
|
||||
|
||||
use StdClass;
|
||||
use InvalidArgumentException;
|
||||
+2
-2
@@ -27,14 +27,14 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace Espo\Core\Fields\DateTimeOptional;
|
||||
namespace Espo\Core\Field\DateTimeOptional;
|
||||
|
||||
use Espo\{
|
||||
ORM\Entity,
|
||||
ORM\Value\ValueFactory,
|
||||
};
|
||||
|
||||
use Espo\Core\Fields\DateTimeOptional;
|
||||
use Espo\Core\Field\DateTimeOptional;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
+1
-1
@@ -27,7 +27,7 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace Espo\Core\Fields;
|
||||
namespace Espo\Core\Field;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
+2
-2
@@ -27,11 +27,11 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace Espo\Core\Fields\EmailAddress;
|
||||
namespace Espo\Core\Field\EmailAddress;
|
||||
|
||||
use Espo\ORM\Value\AttributeExtractor;
|
||||
|
||||
use Espo\Core\Fields\EmailAddressGroup;
|
||||
use Espo\Core\Field\EmailAddressGroup;
|
||||
|
||||
use StdClass;
|
||||
use InvalidArgumentException;
|
||||
+3
-3
@@ -27,7 +27,7 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace Espo\Core\Fields\EmailAddress;
|
||||
namespace Espo\Core\Field\EmailAddress;
|
||||
|
||||
use Espo\ORM\{
|
||||
EntityManager,
|
||||
@@ -37,8 +37,8 @@ use Espo\ORM\{
|
||||
|
||||
use Espo\Core\{
|
||||
Utils\Metadata,
|
||||
Fields\EmailAddressGroup,
|
||||
Fields\EmailAddress,
|
||||
Field\EmailAddressGroup,
|
||||
Field\EmailAddress,
|
||||
};
|
||||
|
||||
use RuntimeException;
|
||||
+1
-1
@@ -27,7 +27,7 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace Espo\Core\Fields;
|
||||
namespace Espo\Core\Field;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace Espo\Core\Fields;
|
||||
namespace Espo\Core\Field;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
+2
-2
@@ -27,11 +27,11 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace Espo\Core\Fields\Link;
|
||||
namespace Espo\Core\Field\Link;
|
||||
|
||||
use Espo\ORM\Value\AttributeExtractor;
|
||||
|
||||
use Espo\Core\Fields\Link;
|
||||
use Espo\Core\Field\Link;
|
||||
|
||||
use StdClass;
|
||||
use InvalidArgumentException;
|
||||
+2
-2
@@ -27,14 +27,14 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace Espo\Core\Fields\Link;
|
||||
namespace Espo\Core\Field\Link;
|
||||
|
||||
use Espo\{
|
||||
ORM\Entity,
|
||||
ORM\Value\ValueFactory,
|
||||
};
|
||||
|
||||
use Espo\Core\Fields\Link;
|
||||
use Espo\Core\Field\Link;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
+1
-1
@@ -27,7 +27,7 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace Espo\Core\Fields;
|
||||
namespace Espo\Core\Field;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
+2
-2
@@ -27,11 +27,11 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace Espo\Core\Fields\LinkMultiple;
|
||||
namespace Espo\Core\Field\LinkMultiple;
|
||||
|
||||
use Espo\ORM\Value\AttributeExtractor;
|
||||
|
||||
use Espo\Core\Fields\LinkMultiple;
|
||||
use Espo\Core\Field\LinkMultiple;
|
||||
|
||||
use StdClass;
|
||||
use InvalidArgumentException;
|
||||
+3
-3
@@ -27,7 +27,7 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace Espo\Core\Fields\LinkMultiple;
|
||||
namespace Espo\Core\Field\LinkMultiple;
|
||||
|
||||
use Espo\{
|
||||
ORM\Entity,
|
||||
@@ -37,8 +37,8 @@ use Espo\{
|
||||
};
|
||||
|
||||
use Espo\Core\{
|
||||
Fields\LinkMultiple,
|
||||
Fields\LinkMultipleItem,
|
||||
Field\LinkMultiple,
|
||||
Field\LinkMultipleItem,
|
||||
ORM\Entity as CoreOrmEntity,
|
||||
};
|
||||
|
||||
+1
-1
@@ -27,7 +27,7 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace Espo\Core\Fields;
|
||||
namespace Espo\Core\Field;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
+1
-1
@@ -27,7 +27,7 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace Espo\Core\Fields;
|
||||
namespace Espo\Core\Field;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
+2
-2
@@ -27,11 +27,11 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace Espo\Core\Fields\LinkParent;
|
||||
namespace Espo\Core\Field\LinkParent;
|
||||
|
||||
use Espo\ORM\Value\AttributeExtractor;
|
||||
|
||||
use Espo\Core\Fields\LinkParent;
|
||||
use Espo\Core\Field\LinkParent;
|
||||
|
||||
use StdClass;
|
||||
use InvalidArgumentException;
|
||||
+2
-2
@@ -27,14 +27,14 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace Espo\Core\Fields\LinkParent;
|
||||
namespace Espo\Core\Field\LinkParent;
|
||||
|
||||
use Espo\{
|
||||
ORM\Entity,
|
||||
ORM\Value\ValueFactory,
|
||||
};
|
||||
|
||||
use Espo\Core\Fields\LinkParent;
|
||||
use Espo\Core\Field\LinkParent;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
+1
-1
@@ -27,7 +27,7 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace Espo\Core\Fields;
|
||||
namespace Espo\Core\Field;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
+2
-2
@@ -27,11 +27,11 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace Espo\Core\Fields\PhoneNumber;
|
||||
namespace Espo\Core\Field\PhoneNumber;
|
||||
|
||||
use Espo\ORM\Value\AttributeExtractor;
|
||||
|
||||
use Espo\Core\Fields\PhoneNumberGroup;
|
||||
use Espo\Core\Field\PhoneNumberGroup;
|
||||
|
||||
use StdClass;
|
||||
use InvalidArgumentException;
|
||||
+3
-3
@@ -27,7 +27,7 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace Espo\Core\Fields\PhoneNumber;
|
||||
namespace Espo\Core\Field\PhoneNumber;
|
||||
|
||||
use Espo\ORM\{
|
||||
EntityManager,
|
||||
@@ -37,8 +37,8 @@ use Espo\ORM\{
|
||||
|
||||
use Espo\Core\{
|
||||
Utils\Metadata,
|
||||
Fields\PhoneNumberGroup,
|
||||
Fields\PhoneNumber,
|
||||
Field\PhoneNumberGroup,
|
||||
Field\PhoneNumber,
|
||||
};
|
||||
|
||||
use RuntimeException;
|
||||
+1
-1
@@ -27,7 +27,7 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace Espo\Core\Fields;
|
||||
namespace Espo\Core\Field;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
@@ -41,10 +41,10 @@ use Espo\Core\{
|
||||
ORM\EntityManager,
|
||||
Utils\FieldUtil,
|
||||
Utils\Metadata,
|
||||
Fields\Currency\CurrencyConfigDataProvider,
|
||||
Fields\Currency\CurrencyConverter,
|
||||
Fields\Currency,
|
||||
Fields\Currency\CurrencyRates,
|
||||
Field\Currency\CurrencyConfigDataProvider,
|
||||
Field\Currency\CurrencyConverter,
|
||||
Field\Currency,
|
||||
Field\Currency\CurrencyRates,
|
||||
};
|
||||
|
||||
use Espo\{
|
||||
|
||||
@@ -31,9 +31,9 @@ namespace Espo\Core\Templates\Entities;
|
||||
|
||||
use Espo\Core\{
|
||||
ORM\Entity,
|
||||
Fields\EmailAddressGroup,
|
||||
Fields\PhoneNumberGroup,
|
||||
Fields\Address,
|
||||
Field\EmailAddressGroup,
|
||||
Field\PhoneNumberGroup,
|
||||
Field\Address,
|
||||
};
|
||||
|
||||
class Company extends Entity
|
||||
|
||||
@@ -36,7 +36,7 @@ use Espo\Core\{
|
||||
FieldProcessing\LoaderParams,
|
||||
ORM\EntityManager,
|
||||
Acl,
|
||||
Fields\Currency\CurrencyConfigDataProvider,
|
||||
Field\Currency\CurrencyConfigDataProvider,
|
||||
};
|
||||
|
||||
use PDO;
|
||||
|
||||
@@ -31,9 +31,9 @@ namespace Espo\Modules\Crm\Entities;
|
||||
|
||||
use Espo\Core\{
|
||||
ORM\Entity,
|
||||
Fields\EmailAddressGroup,
|
||||
Fields\PhoneNumberGroup,
|
||||
Fields\Address,
|
||||
Field\EmailAddressGroup,
|
||||
Field\PhoneNumberGroup,
|
||||
Field\Address,
|
||||
};
|
||||
|
||||
class Account extends Entity
|
||||
|
||||
@@ -31,7 +31,7 @@ namespace Espo\Modules\Crm\Entities;
|
||||
|
||||
use Espo\Core\{
|
||||
ORM\Entity,
|
||||
Fields\DateTime,
|
||||
Field\DateTime,
|
||||
};
|
||||
|
||||
class Call extends Entity
|
||||
|
||||
@@ -31,7 +31,7 @@ namespace Espo\Modules\Crm\Entities;
|
||||
|
||||
use Espo\Core\{
|
||||
ORM\Entity,
|
||||
Fields\DateTimeOptional,
|
||||
Field\DateTimeOptional,
|
||||
};
|
||||
|
||||
class Meeting extends Entity
|
||||
|
||||
@@ -31,8 +31,8 @@ namespace Espo\Modules\Crm\Entities;
|
||||
|
||||
use Espo\Core\{
|
||||
ORM\Entity,
|
||||
Fields\Currency,
|
||||
Fields\Date,
|
||||
Field\Currency,
|
||||
Field\Date,
|
||||
};
|
||||
|
||||
class Opportunity extends Entity
|
||||
|
||||
@@ -31,7 +31,7 @@ namespace Espo\Modules\Crm\Entities;
|
||||
|
||||
use Espo\Core\{
|
||||
ORM\Entity,
|
||||
Fields\DateTimeOptional,
|
||||
Field\DateTimeOptional,
|
||||
};
|
||||
|
||||
class Task extends Entity
|
||||
|
||||
@@ -60,6 +60,6 @@
|
||||
"filter": true,
|
||||
"skipOrmDefs": true,
|
||||
"personalData": true,
|
||||
"valueFactoryClassName": "Espo\\Core\\Fields\\Address\\AddressFactory",
|
||||
"attributeExtractorClassName": "Espo\\Core\\Fields\\Address\\AddressAttributeExtractor"
|
||||
"valueFactoryClassName": "Espo\\Core\\Field\\Address\\AddressFactory",
|
||||
"attributeExtractorClassName": "Espo\\Core\\Field\\Address\\AddressAttributeExtractor"
|
||||
}
|
||||
|
||||
@@ -65,6 +65,6 @@
|
||||
],
|
||||
"filter": true,
|
||||
"personalData": true,
|
||||
"valueFactoryClassName": "Espo\\Core\\Fields\\Currency\\CurrencyFactory",
|
||||
"attributeExtractorClassName": "Espo\\Core\\Fields\\Currency\\CurrencyAttributeExtractor"
|
||||
"valueFactoryClassName": "Espo\\Core\\Field\\Currency\\CurrencyFactory",
|
||||
"attributeExtractorClassName": "Espo\\Core\\Field\\Currency\\CurrencyAttributeExtractor"
|
||||
}
|
||||
|
||||
@@ -71,6 +71,6 @@
|
||||
"notNull":false
|
||||
},
|
||||
"personalData": true,
|
||||
"valueFactoryClassName": "Espo\\Core\\Fields\\Date\\DateFactory",
|
||||
"attributeExtractorClassName": "Espo\\Core\\Fields\\Date\\DateAttributeExtractor"
|
||||
"valueFactoryClassName": "Espo\\Core\\Field\\Date\\DateFactory",
|
||||
"attributeExtractorClassName": "Espo\\Core\\Field\\Date\\DateAttributeExtractor"
|
||||
}
|
||||
|
||||
@@ -78,6 +78,6 @@
|
||||
"notNull":false
|
||||
},
|
||||
"personalData": true,
|
||||
"valueFactoryClassName": "Espo\\Core\\Fields\\DateTime\\DateTimeFactory",
|
||||
"attributeExtractorClassName": "Espo\\Core\\Fields\\DateTime\\DateTimeAttributeExtractor"
|
||||
"valueFactoryClassName": "Espo\\Core\\Field\\DateTime\\DateTimeFactory",
|
||||
"attributeExtractorClassName": "Espo\\Core\\Field\\DateTime\\DateTimeAttributeExtractor"
|
||||
}
|
||||
|
||||
@@ -86,6 +86,6 @@
|
||||
},
|
||||
"view": "views/fields/datetime-optional",
|
||||
"personalData": true,
|
||||
"valueFactoryClassName": "Espo\\Core\\Fields\\DateTimeOptional\\DateTimeOptionalFactory",
|
||||
"attributeExtractorClassName": "Espo\\Core\\Fields\\DateTimeOptional\\DateTimeOptionalAttributeExtractor"
|
||||
"valueFactoryClassName": "Espo\\Core\\Field\\DateTimeOptional\\DateTimeOptionalFactory",
|
||||
"attributeExtractorClassName": "Espo\\Core\\Field\\DateTimeOptional\\DateTimeOptionalAttributeExtractor"
|
||||
}
|
||||
|
||||
@@ -42,6 +42,6 @@
|
||||
},
|
||||
"textFilter": true,
|
||||
"personalData": true,
|
||||
"valueFactoryClassName": "Espo\\Core\\Fields\\EmailAddress\\EmailAddressGroupFactory",
|
||||
"attributeExtractorClassName": "Espo\\Core\\Fields\\EmailAddress\\EmailAddressGroupAttributeExtractor"
|
||||
"valueFactoryClassName": "Espo\\Core\\Field\\EmailAddress\\EmailAddressGroupFactory",
|
||||
"attributeExtractorClassName": "Espo\\Core\\Field\\EmailAddress\\EmailAddressGroupAttributeExtractor"
|
||||
}
|
||||
|
||||
@@ -30,6 +30,6 @@
|
||||
],
|
||||
"filter": true,
|
||||
"notCreatable": true,
|
||||
"valueFactoryClassName": "Espo\\Core\\Fields\\Link\\LinkFactory",
|
||||
"attributeExtractorClassName": "Espo\\Core\\Fields\\Link\\LinkAttributeExtractor"
|
||||
"valueFactoryClassName": "Espo\\Core\\Field\\Link\\LinkFactory",
|
||||
"attributeExtractorClassName": "Espo\\Core\\Field\\Link\\LinkAttributeExtractor"
|
||||
}
|
||||
|
||||
@@ -33,6 +33,6 @@
|
||||
"notCreatable": true,
|
||||
"notSortable": true,
|
||||
"filter": true,
|
||||
"valueFactoryClassName": "Espo\\Core\\Fields\\LinkMultiple\\LinkMultipleFactory",
|
||||
"attributeExtractorClassName": "Espo\\Core\\Fields\\LinkMultiple\\LinkMultipleAttributeExtractor"
|
||||
"valueFactoryClassName": "Espo\\Core\\Field\\LinkMultiple\\LinkMultipleFactory",
|
||||
"attributeExtractorClassName": "Espo\\Core\\Field\\LinkMultiple\\LinkMultipleAttributeExtractor"
|
||||
}
|
||||
|
||||
@@ -34,6 +34,6 @@
|
||||
"fieldDefs":{
|
||||
"notStorable":true
|
||||
},
|
||||
"valueFactoryClassName": "Espo\\Core\\Fields\\LinkParent\\LinkParentFactory",
|
||||
"attributeExtractorClassName": "Espo\\Core\\Fields\\LinkParent\\LinkParentAttributeExtractor"
|
||||
"valueFactoryClassName": "Espo\\Core\\Field\\LinkParent\\LinkParentFactory",
|
||||
"attributeExtractorClassName": "Espo\\Core\\Field\\LinkParent\\LinkParentAttributeExtractor"
|
||||
}
|
||||
|
||||
@@ -50,6 +50,6 @@
|
||||
"translatedOptions": true,
|
||||
"textFilter": true,
|
||||
"personalData": true,
|
||||
"valueFactoryClassName": "Espo\\Core\\Fields\\PhoneNumber\\PhoneNumberGroupFactory",
|
||||
"attributeExtractorClassName": "Espo\\Core\\Fields\\PhoneNumber\\PhoneNumberGroupAttributeExtractor"
|
||||
"valueFactoryClassName": "Espo\\Core\\Field\\PhoneNumber\\PhoneNumberGroupFactory",
|
||||
"attributeExtractorClassName": "Espo\\Core\\Field\\PhoneNumber\\PhoneNumberGroupAttributeExtractor"
|
||||
}
|
||||
|
||||
@@ -341,7 +341,7 @@ class Record extends RecordService implements
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated Use `Espo\Core\Fields\Currency\CurrencyConverter`.
|
||||
* @deprecated Use `Espo\Core\Field\Currency\CurrencyConverter`.
|
||||
*/
|
||||
public function getConvertCurrencyValues(
|
||||
Entity $entity,
|
||||
|
||||
@@ -38,8 +38,8 @@ use Espo\Core\{
|
||||
Utils\DateTime as DateTimeUtil,
|
||||
FileStorage\Manager as FileStorageManager,
|
||||
ORM\EntityManager,
|
||||
Fields\Address,
|
||||
Fields\Address\AddressFormatterFactory,
|
||||
Field\Address,
|
||||
Field\Address\AddressFormatterFactory,
|
||||
};
|
||||
|
||||
use Espo\Tools\Export\{
|
||||
|
||||
@@ -35,8 +35,8 @@ use Espo\Core\{
|
||||
ORM\EntityManager,
|
||||
Application,
|
||||
Exceptions\Forbidden,
|
||||
Fields\EmailAddress,
|
||||
Fields\PhoneNumber,
|
||||
Field\EmailAddress,
|
||||
Field\PhoneNumber,
|
||||
Action\Actions\Merge\Merger,
|
||||
Action\Params,
|
||||
};
|
||||
|
||||
+2
-2
@@ -27,9 +27,9 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace tests\integration\Espo\Core\Fields\Address;
|
||||
namespace tests\integration\Espo\Core\Field\Address;
|
||||
|
||||
use Espo\Core\Fields\{
|
||||
use Espo\Core\Field\{
|
||||
Address\AddressFormatterFactory,
|
||||
Address,
|
||||
};
|
||||
+2
-2
@@ -27,9 +27,9 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace tests\integration\Espo\Core\Fields;
|
||||
namespace tests\integration\Espo\Core\Field;
|
||||
|
||||
use Espo\Core\Fields\{
|
||||
use Espo\Core\Field\{
|
||||
Currency,
|
||||
Date,
|
||||
DateTime,
|
||||
@@ -32,8 +32,8 @@ namespace tests\integration\Espo\Core\FieldProcessing;
|
||||
use Espo\Core\ORM\EntityManager;
|
||||
|
||||
use Espo\Core\{
|
||||
Fields\EmailAddressGroup,
|
||||
Fields\EmailAddress,
|
||||
Field\EmailAddressGroup,
|
||||
Field\EmailAddress,
|
||||
};
|
||||
|
||||
class EmailAddressTest extends \tests\integration\Core\BaseTestCase
|
||||
|
||||
@@ -32,8 +32,8 @@ namespace tests\integration\Espo\Core\FieldProcessing;
|
||||
use Espo\Core\ORM\EntityManager;
|
||||
|
||||
use Espo\Core\{
|
||||
Fields\PhoneNumberGroup,
|
||||
Fields\PhoneNumber,
|
||||
Field\PhoneNumberGroup,
|
||||
Field\PhoneNumber,
|
||||
};
|
||||
|
||||
class PhoneNumberTest extends \tests\integration\Core\BaseTestCase
|
||||
|
||||
+2
-2
@@ -27,10 +27,10 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace tests\unit\Espo\Core\Fields\Address;
|
||||
namespace tests\unit\Espo\Core\Field\Address;
|
||||
|
||||
use Espo\Core\{
|
||||
Fields\Address,
|
||||
Field\Address,
|
||||
};
|
||||
|
||||
use Espo\Classes\{
|
||||
+3
-3
@@ -27,11 +27,11 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace tests\unit\Espo\Core\Fields\Address;
|
||||
namespace tests\unit\Espo\Core\Field\Address;
|
||||
|
||||
use Espo\Core\{
|
||||
Fields\Address,
|
||||
Fields\Address\AddressFactory,
|
||||
Field\Address,
|
||||
Field\Address\AddressFactory,
|
||||
};
|
||||
|
||||
use Espo\ORM\Entity;
|
||||
+2
-2
@@ -27,10 +27,10 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace tests\unit\Espo\Core\Fields\Currency;
|
||||
namespace tests\unit\Espo\Core\Field\Currency;
|
||||
|
||||
use Espo\Core\{
|
||||
Fields\Currency\CurrencyConfigDataProvider,
|
||||
Field\Currency\CurrencyConfigDataProvider,
|
||||
Utils\Config,
|
||||
};
|
||||
|
||||
+5
-5
@@ -27,13 +27,13 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace tests\unit\Espo\Core\Fields\Currency;
|
||||
namespace tests\unit\Espo\Core\Field\Currency;
|
||||
|
||||
use Espo\Core\{
|
||||
Fields\Currency,
|
||||
Fields\Currency\CurrencyConverter,
|
||||
Fields\Currency\CurrencyConfigDataProvider,
|
||||
Fields\Currency\CurrencyRates,
|
||||
Field\Currency,
|
||||
Field\Currency\CurrencyConverter,
|
||||
Field\Currency\CurrencyConfigDataProvider,
|
||||
Field\Currency\CurrencyRates,
|
||||
};
|
||||
|
||||
class CurrencyConverterTest extends \PHPUnit\Framework\TestCase
|
||||
+3
-3
@@ -27,11 +27,11 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace tests\unit\Espo\Core\Fields\Currency;
|
||||
namespace tests\unit\Espo\Core\Field\Currency;
|
||||
|
||||
use Espo\Core\{
|
||||
Fields\Currency,
|
||||
Fields\Currency\CurrencyFactory,
|
||||
Field\Currency,
|
||||
Field\Currency\CurrencyFactory,
|
||||
};
|
||||
|
||||
use Espo\{
|
||||
+2
-2
@@ -27,10 +27,10 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace tests\unit\Espo\Core\Fields\Date;
|
||||
namespace tests\unit\Espo\Core\Field\Date;
|
||||
|
||||
use Espo\Core\{
|
||||
Fields\Date,
|
||||
Field\Date,
|
||||
};
|
||||
|
||||
use DateTimeImmutable;
|
||||
+2
-2
@@ -27,10 +27,10 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace tests\unit\Espo\Core\Fields\DateTime;
|
||||
namespace tests\unit\Espo\Core\Field\DateTime;
|
||||
|
||||
use Espo\Core\{
|
||||
Fields\DateTime,
|
||||
Field\DateTime,
|
||||
};
|
||||
|
||||
use DateTimeImmutable;
|
||||
+2
-2
@@ -27,10 +27,10 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace tests\unit\Espo\Core\Fields\DateTimeOptional;
|
||||
namespace tests\unit\Espo\Core\Field\DateTimeOptional;
|
||||
|
||||
use Espo\Core\{
|
||||
Fields\DateTimeOptional,
|
||||
Field\DateTimeOptional,
|
||||
};
|
||||
|
||||
use DateTimeImmutable;
|
||||
+2
-2
@@ -27,10 +27,10 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace tests\unit\Espo\Core\Fields\DateTimeOptionalTest;
|
||||
namespace tests\unit\Espo\Core\Field\DateTimeOptionalTest;
|
||||
|
||||
use Espo\Core\{
|
||||
Fields\DateTimeOptional,
|
||||
Field\DateTimeOptional,
|
||||
};
|
||||
|
||||
use DateTimeImmutable;
|
||||
+4
-4
@@ -27,12 +27,12 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace tests\unit\Espo\Core\Fields\EmailAddress;
|
||||
namespace tests\unit\Espo\Core\Field\EmailAddress;
|
||||
|
||||
use Espo\Core\{
|
||||
Fields\EmailAddress,
|
||||
Fields\EmailAddressGroup,
|
||||
Fields\EmailAddress\EmailAddressGroupAttributeExtractor,
|
||||
Field\EmailAddress,
|
||||
Field\EmailAddressGroup,
|
||||
Field\EmailAddress\EmailAddressGroupAttributeExtractor,
|
||||
};
|
||||
|
||||
class EmailAddressGroupAttributeExtractorTest extends \PHPUnit\Framework\TestCase
|
||||
+2
-2
@@ -27,10 +27,10 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace tests\unit\Espo\Core\Fields\EmailAddress;
|
||||
namespace tests\unit\Espo\Core\Field\EmailAddress;
|
||||
|
||||
use Espo\Core\{
|
||||
Fields\EmailAddress\EmailAddressGroupFactory,
|
||||
Field\EmailAddress\EmailAddressGroupFactory,
|
||||
Utils\Metadata,
|
||||
};
|
||||
|
||||
+3
-3
@@ -27,11 +27,11 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace tests\unit\Espo\Core\Fields\EmailAddress;
|
||||
namespace tests\unit\Espo\Core\Field\EmailAddress;
|
||||
|
||||
use Espo\Core\{
|
||||
Fields\EmailAddress,
|
||||
Fields\EmailAddressGroup,
|
||||
Field\EmailAddress,
|
||||
Field\EmailAddressGroup,
|
||||
};
|
||||
|
||||
use RuntimeException;
|
||||
+2
-2
@@ -27,10 +27,10 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace tests\unit\Espo\Core\Fields\EmailAddress;
|
||||
namespace tests\unit\Espo\Core\Field\EmailAddress;
|
||||
|
||||
use Espo\Core\{
|
||||
Fields\EmailAddress,
|
||||
Field\EmailAddress,
|
||||
};
|
||||
|
||||
use RuntimeException;
|
||||
+2
-2
@@ -27,10 +27,10 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace tests\unit\Espo\Core\Fields\Link;
|
||||
namespace tests\unit\Espo\Core\Field\Link;
|
||||
|
||||
use Espo\Core\{
|
||||
Fields\Link,
|
||||
Field\Link,
|
||||
};
|
||||
|
||||
use RuntimeException;
|
||||
+3
-3
@@ -27,11 +27,11 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace tests\unit\Espo\Core\Fields\LinkMultiple;
|
||||
namespace tests\unit\Espo\Core\Field\LinkMultiple;
|
||||
|
||||
use Espo\Core\{
|
||||
Fields\LinkMultiple,
|
||||
Fields\LinkMultipleItem,
|
||||
Field\LinkMultiple,
|
||||
Field\LinkMultipleItem,
|
||||
};
|
||||
|
||||
use RuntimeException;
|
||||
+2
-2
@@ -27,10 +27,10 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace tests\unit\Espo\Core\Fields\LinkParent;
|
||||
namespace tests\unit\Espo\Core\Field\LinkParent;
|
||||
|
||||
use Espo\Core\{
|
||||
Fields\LinkParent,
|
||||
Field\LinkParent,
|
||||
};
|
||||
|
||||
use RuntimeException;
|
||||
+4
-4
@@ -27,12 +27,12 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace tests\unit\Espo\Core\Fields\PhoneNumber;
|
||||
namespace tests\unit\Espo\Core\Field\PhoneNumber;
|
||||
|
||||
use Espo\Core\{
|
||||
Fields\PhoneNumber,
|
||||
Fields\PhoneNumberGroup,
|
||||
Fields\PhoneNumber\PhoneNumberGroupAttributeExtractor,
|
||||
Field\PhoneNumber,
|
||||
Field\PhoneNumberGroup,
|
||||
Field\PhoneNumber\PhoneNumberGroupAttributeExtractor,
|
||||
};
|
||||
|
||||
class PhoneNumberGroupAttributeExtractorTest extends \PHPUnit\Framework\TestCase
|
||||
+2
-2
@@ -27,10 +27,10 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace tests\unit\Espo\Core\Fields\PhoneNumber;
|
||||
namespace tests\unit\Espo\Core\Field\PhoneNumber;
|
||||
|
||||
use Espo\Core\{
|
||||
Fields\PhoneNumber\PhoneNumberGroupFactory,
|
||||
Field\PhoneNumber\PhoneNumberGroupFactory,
|
||||
Utils\Metadata,
|
||||
};
|
||||
|
||||
+3
-3
@@ -27,11 +27,11 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace tests\unit\Espo\Core\Fields\PhoneNumber;
|
||||
namespace tests\unit\Espo\Core\Field\PhoneNumber;
|
||||
|
||||
use Espo\Core\{
|
||||
Fields\PhoneNumber,
|
||||
Fields\PhoneNumberGroup,
|
||||
Field\PhoneNumber,
|
||||
Field\PhoneNumberGroup,
|
||||
};
|
||||
|
||||
use RuntimeException;
|
||||
+2
-2
@@ -27,10 +27,10 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
namespace tests\unit\Espo\Core\Fields\PhoneNumber;
|
||||
namespace tests\unit\Espo\Core\Field\PhoneNumber;
|
||||
|
||||
use Espo\Core\{
|
||||
Fields\PhoneNumber,
|
||||
Field\PhoneNumber,
|
||||
};
|
||||
|
||||
use RuntimeException;
|
||||
Reference in New Issue
Block a user