diff --git a/src/Pho/Framework/AbstractNotification.php b/src/Pho/Framework/AbstractNotification.php index c3a8a37..01d40ba 100644 --- a/src/Pho/Framework/AbstractNotification.php +++ b/src/Pho/Framework/AbstractNotification.php @@ -25,7 +25,7 @@ * * @author Emre Sokullu */ -abstract class AbstractNotification implements \Serializable, HookableTrait +abstract class AbstractNotification implements \Serializable, HookableInterface { use SerializableTrait;