Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/backend/Data/LegacyHandler/PresetListDataHandlers.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

namespace App\Data\LegacyHandler;

use ApiPlatform\Core\Exception\ItemNotFoundException;
use ApiPlatform\Exception\ItemNotFoundException;

class PresetListDataHandlers
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

namespace App\Engine\Service\ActionAvailabilityChecker;

use ApiPlatform\Core\Exception\ItemNotFoundException;
use ApiPlatform\Exception\ItemNotFoundException;

class ActionAvailabilityChecker
{
Expand Down
2 changes: 1 addition & 1 deletion core/backend/Process/Service/ProcessHandlerRegistry.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

namespace App\Process\Service;

use ApiPlatform\Core\Exception\ItemNotFoundException;
use ApiPlatform\Exception\ItemNotFoundException;

class ProcessHandlerRegistry
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

namespace App\Statistics\Service;

use ApiPlatform\Core\Exception\ItemNotFoundException;
use ApiPlatform\Exception\ItemNotFoundException;

class StatisticsProviderRegistry
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

namespace App\SystemConfig\LegacyHandler;

use ApiPlatform\Core\Exception\ItemNotFoundException;
use ApiPlatform\Exception\ItemNotFoundException;

class SystemConfigMappers
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

namespace App\UserPreferences\LegacyHandler;

use ApiPlatform\Core\Exception\ItemNotFoundException;
use ApiPlatform\Exception\ItemNotFoundException;

class UserPreferencesMappers
{
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/core/legacy/AppListStringsHandlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/core/legacy/AppStringsHandlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/core/legacy/ModStringsHandlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/core/legacy/SystemConfigHandlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/core/legacy/UserPreferencesHandlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down