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 Jul 22, 2024
1 parent 2612f51 commit fc49d4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/Data/User/UserUpdateData.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
namespace Ibexa\ContentForms\Data\User;

use Ibexa\ContentForms\Data\Content\ContentData;
use Ibexa\ContentForms\Data\Content\VersionInfoAwareInterface;
use Ibexa\ContentForms\Data\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 Ibexa\ContentForms\Data\Content;
namespace Ibexa\ContentForms\Data;

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

Expand Down

0 comments on commit fc49d4d

Please sign in to comment.