mirror of
https://github.com/espocrm/espocrm.git
synced 2026-04-18 12:10:05 +00:00
Cleanup
This commit is contained in:
@@ -26,9 +26,6 @@
|
||||
"number": {
|
||||
"loaderClassName": "Espo\\Core\\Loaders\\NumberUtil"
|
||||
},
|
||||
"selectManagerFactory": {
|
||||
"className": "Espo\\Core\\Select\\SelectManagerFactory"
|
||||
},
|
||||
"serviceFactory": {
|
||||
"className": "Espo\\Core\\ServiceFactory"
|
||||
},
|
||||
|
||||
@@ -589,10 +589,6 @@ class EntityManager
|
||||
$this->fileManager->removeFile("custom/Espo/Custom/Controllers/$normalizedName.php");
|
||||
$this->fileManager->removeFile("custom/Espo/Custom/Repositories/$normalizedName.php");
|
||||
|
||||
if (file_exists("custom/Espo/Custom/SelectManagers/$normalizedName.php")) {
|
||||
$this->fileManager->removeFile("custom/Espo/Custom/SelectManagers/$normalizedName.php");
|
||||
}
|
||||
|
||||
$this->fileManager->removeInDir("custom/Espo/Custom/Resources/layouts/$normalizedName");
|
||||
$this->fileManager->removeDir("custom/Espo/Custom/Resources/layouts/$normalizedName");
|
||||
|
||||
|
||||
@@ -37,7 +37,5 @@ class ClassType
|
||||
|
||||
public const REPOSITORY = 'Repositories';
|
||||
|
||||
public const SELECT_MANAGER = 'SelectManagers';
|
||||
|
||||
public const SERVICE = 'Services';
|
||||
}
|
||||
|
||||
@@ -57,7 +57,6 @@ class Renamer
|
||||
ClassType::ENTITY,
|
||||
ClassType::CONTROLLER,
|
||||
ClassType::REPOSITORY,
|
||||
ClassType::SELECT_MANAGER,
|
||||
ClassType::SERVICE,
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user