Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Commit 2bb1efd

Browse files
author
Jens Schulze
committed
fix(StateTransitionMessage): fix type of state in StateTransitionMessage
1 parent 9fc2991 commit 2bb1efd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Core/Model/Message/StateTransitionMessage.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
namespace Commercetools\Core\Model\Message;
77

8+
use Commercetools\Core\Model\State\StateReference;
9+
810
abstract class StateTransitionMessage extends Message
911
{
1012
public function fieldDefinitions()

0 commit comments

Comments
 (0)