diff --git a/src/Illuminate/Events/Dispatcher.php b/src/Illuminate/Events/Dispatcher.php index 934e83aa6eff..a2b1a4aabe42 100755 --- a/src/Illuminate/Events/Dispatcher.php +++ b/src/Illuminate/Events/Dispatcher.php @@ -11,10 +11,13 @@ use Illuminate\Contracts\Queue\ShouldQueue; use Illuminate\Support\Arr; use Illuminate\Support\Str; +use Illuminate\Support\Traits\Macroable; use ReflectionClass; class Dispatcher implements DispatcherContract { + use Macroable; + /** * The IoC container instance. *