mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 08:17:18 +08:00
Merge 7d70a89d51
into 3e06d0f16a
This commit is contained in:
commit
b7edee2a8b
14 changed files with 14 additions and 14 deletions
|
@ -28,7 +28,7 @@
|
|||
|
||||
namespace App\Data\LegacyHandler;
|
||||
|
||||
use ApiPlatform\Core\Exception\ItemNotFoundException;
|
||||
use ApiPlatform\Exception\ItemNotFoundException;
|
||||
|
||||
class PresetListDataHandlers
|
||||
{
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
namespace App\Engine\Service\ActionAvailabilityChecker;
|
||||
|
||||
use ApiPlatform\Core\Exception\ItemNotFoundException;
|
||||
use ApiPlatform\Exception\ItemNotFoundException;
|
||||
|
||||
class ActionAvailabilityChecker
|
||||
{
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
namespace App\Process\Service;
|
||||
|
||||
use ApiPlatform\Core\Exception\ItemNotFoundException;
|
||||
use ApiPlatform\Exception\ItemNotFoundException;
|
||||
|
||||
class ProcessHandlerRegistry
|
||||
{
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
namespace App\Statistics\Service;
|
||||
|
||||
use ApiPlatform\Core\Exception\ItemNotFoundException;
|
||||
use ApiPlatform\Exception\ItemNotFoundException;
|
||||
|
||||
class StatisticsProviderRegistry
|
||||
{
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
namespace App\SystemConfig\LegacyHandler;
|
||||
|
||||
use ApiPlatform\Core\Exception\ItemNotFoundException;
|
||||
use ApiPlatform\Exception\ItemNotFoundException;
|
||||
use App\Currency\LegacyHandler\CurrencyHandler;
|
||||
use App\Engine\LegacyHandler\LegacyHandler;
|
||||
use App\Engine\LegacyHandler\LegacyScopeState;
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
namespace App\SystemConfig\LegacyHandler;
|
||||
|
||||
use ApiPlatform\Core\Exception\ItemNotFoundException;
|
||||
use ApiPlatform\Exception\ItemNotFoundException;
|
||||
|
||||
class SystemConfigMappers
|
||||
{
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
namespace App\UserPreferences\LegacyHandler;
|
||||
|
||||
use ApiPlatform\Core\Exception\ItemNotFoundException;
|
||||
use ApiPlatform\Exception\ItemNotFoundException;
|
||||
use App\UserPreferences\Entity\UserPreference;
|
||||
use App\Engine\LegacyHandler\LegacyHandler;
|
||||
use App\Engine\LegacyHandler\LegacyScopeState;
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
namespace App\UserPreferences\LegacyHandler;
|
||||
|
||||
use ApiPlatform\Core\Exception\ItemNotFoundException;
|
||||
use ApiPlatform\Exception\ItemNotFoundException;
|
||||
|
||||
class UserPreferencesMappers
|
||||
{
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
namespace App\Tests\unit\core\legacy;
|
||||
|
||||
use ApiPlatform\Core\Exception\ItemNotFoundException;
|
||||
use ApiPlatform\Exception\ItemNotFoundException;
|
||||
use App\Languages\Entity\AppListStrings;
|
||||
use App\Languages\LegacyHandler\AppListStringsHandler;
|
||||
use App\Tests\UnitTester;
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
namespace App\Tests\unit\core\legacy;
|
||||
|
||||
use ApiPlatform\Core\Exception\ItemNotFoundException;
|
||||
use ApiPlatform\Exception\ItemNotFoundException;
|
||||
use App\Languages\Entity\AppStrings;
|
||||
use App\Tests\UnitTester;
|
||||
use Codeception\Test\Unit;
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
namespace App\Tests\unit\core\legacy;
|
||||
|
||||
use ApiPlatform\Core\Exception\ItemNotFoundException;
|
||||
use ApiPlatform\Exception\ItemNotFoundException;
|
||||
use App\Languages\Entity\ModStrings;
|
||||
use App\Tests\UnitTester;
|
||||
use Codeception\Test\Unit;
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
namespace App\Tests\unit\core\legacy\SystemConfig;
|
||||
|
||||
use ApiPlatform\Core\Exception\ItemNotFoundException;
|
||||
use ApiPlatform\Exception\ItemNotFoundException;
|
||||
use App\Module\LegacyHandler\ModuleNameMapperHandler;
|
||||
use App\SystemConfig\LegacyHandler\DefaultModuleConfigMapper;
|
||||
use App\SystemConfig\LegacyHandler\SystemConfigMappers;
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
namespace App\Tests\unit\core\legacy;
|
||||
|
||||
use ApiPlatform\Core\Exception\ItemNotFoundException;
|
||||
use ApiPlatform\Exception\ItemNotFoundException;
|
||||
use App\Engine\LegacyHandler\ActionNameMapperHandler;
|
||||
use App\Routes\LegacyHandler\ClassicViewRoutingExclusionsHandler;
|
||||
use App\Currency\LegacyHandler\CurrencyHandler;
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
namespace App\Tests\unit\core\legacy;
|
||||
|
||||
use ApiPlatform\Core\Exception\ItemNotFoundException;
|
||||
use ApiPlatform\Exception\ItemNotFoundException;
|
||||
use App\Tests\UnitTester;
|
||||
use AspectMock\Test;
|
||||
use Codeception\Test\Unit;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue