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

Commit

Permalink
fix(StateTransitionMessage): fix type of state in StateTransitionMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Schulze committed Aug 8, 2017
1 parent 9fc2991 commit 2bb1efd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Core/Model/Message/StateTransitionMessage.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

namespace Commercetools\Core\Model\Message;

use Commercetools\Core\Model\State\StateReference;

abstract class StateTransitionMessage extends Message
{
public function fieldDefinitions()
Expand Down

0 comments on commit 2bb1efd

Please # to comment.