Skip to content

Commit

Permalink
fixup! IBX-7492: Fixed error when editing image in user profile
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwojs committed Jan 10, 2024
1 parent cadd8c3 commit 686e2f3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/lib/Data/Content/ContentUpdateData.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

namespace Ibexa\ContentForms\Data\Content;

use EzSystems\EzPlatformContentForms\Data\VersionInfoAwareInterface;
use Ibexa\ContentForms\Data\NewnessCheckable;
use Ibexa\Core\Repository\Values\Content\ContentUpdateStruct;
use Ibexa\Core\Repository\Values\Content\VersionInfo;
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Data/User/UserUpdateData.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

namespace Ibexa\ContentForms\Data\User;

use EzSystems\EzPlatformContentForms\Data\VersionInfoAwareInterface;
use Ibexa\ContentForms\Data\Content\ContentData;
use Ibexa\ContentForms\Data\Content\VersionInfoAwareInterface;
use Ibexa\ContentForms\Data\NewnessCheckable;
use Ibexa\Contracts\Core\Repository\Values\User\UserUpdateStruct;
use Ibexa\Core\Repository\Values\Content\VersionInfo;
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Data/VersionInfoAwareInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
declare(strict_types=1);

namespace EzSystems\EzPlatformContentForms\Data;
namespace Ibexa\ContentForms\Data\Content;

use Ibexa\Core\Repository\Values\Content\VersionInfo;

Expand Down

0 comments on commit 686e2f3

Please sign in to comment.