From 9dd2d19d0e6a48026f6baf119e4fef5333513d85 Mon Sep 17 00:00:00 2001 From: Christian Sauer Date: Thu, 6 Aug 2020 13:39:13 -0400 Subject: [PATCH] Use Event Dispatcher Contract instead of class I started to use lorisleiva/actions and now cloner fails because Actions wraps the Events Dispatcher. Switching to the interface allows everything to get along. --- src/Cloner.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cloner.php b/src/Cloner.php index 585cdc0..4fcdbd3 100644 --- a/src/Cloner.php +++ b/src/Cloner.php @@ -1,7 +1,7 @@