From 3c7e0d3148c2257192fa80c2fe4162a94a831c9c Mon Sep 17 00:00:00 2001 From: Groups Date: Wed, 19 Jul 2017 23:28:26 +0300 Subject: [PATCH] bugfix --- src/Pho/Framework/AbstractNotification.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;