Skip to content

Commit

Permalink
Fix interface
Browse files Browse the repository at this point in the history
  • Loading branch information
visa4 committed Jan 5, 2017
1 parent 75ffcb1 commit ec247ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion library/Model/Object/State/AbstractState.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
namespace Strapieno\Utils\Model\Object\State;

use BadMethodCallException;
use Strapieno\Utils\Model\Entity\StateInterface as BaseStateInterface;

/**
* Class AbstractState
*/
abstract class AbstractState implements StateInterface
abstract class AbstractState implements StateInterface, BaseStateInterface
{
/**
* @var string
Expand Down

0 comments on commit ec247ab

Please sign in to comment.