This commit is contained in:
Engineer Shahab Ud Din Gohar 2025-08-11 07:48:38 +00:00 committed by GitHub
commit b7edee2a8b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 14 additions and 14 deletions

View file

@ -28,7 +28,7 @@
namespace App\Data\LegacyHandler;
use ApiPlatform\Core\Exception\ItemNotFoundException;
use ApiPlatform\Exception\ItemNotFoundException;
class PresetListDataHandlers
{

View file

@ -27,7 +27,7 @@
namespace App\Engine\Service\ActionAvailabilityChecker;
use ApiPlatform\Core\Exception\ItemNotFoundException;
use ApiPlatform\Exception\ItemNotFoundException;
class ActionAvailabilityChecker
{

View file

@ -29,7 +29,7 @@
namespace App\Process\Service;
use ApiPlatform\Core\Exception\ItemNotFoundException;
use ApiPlatform\Exception\ItemNotFoundException;
class ProcessHandlerRegistry
{

View file

@ -28,7 +28,7 @@
namespace App\Statistics\Service;
use ApiPlatform\Core\Exception\ItemNotFoundException;
use ApiPlatform\Exception\ItemNotFoundException;
class StatisticsProviderRegistry
{

View file

@ -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;

View file

@ -27,7 +27,7 @@
namespace App\SystemConfig\LegacyHandler;
use ApiPlatform\Core\Exception\ItemNotFoundException;
use ApiPlatform\Exception\ItemNotFoundException;
class SystemConfigMappers
{

View file

@ -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;

View file

@ -27,7 +27,7 @@
namespace App\UserPreferences\LegacyHandler;
use ApiPlatform\Core\Exception\ItemNotFoundException;
use ApiPlatform\Exception\ItemNotFoundException;
class UserPreferencesMappers
{

View file

@ -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;

View file

@ -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;

View file

@ -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;

View file

@ -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;

View file

@ -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;

View file

@ -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;