Skip to content

Commit

Permalink
Merge pull request #38 from c17r/fix/dispatcher
Browse files Browse the repository at this point in the history
Use Event Dispatcher Contract instead of class
  • Loading branch information
weotch authored Sep 8, 2020
2 parents 7099bb8 + 9dd2d19 commit 26d9439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cloner.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php namespace Bkwld\Cloner;

// Deps
use Illuminate\Events\Dispatcher as Events;
use Illuminate\Contracts\Events\Dispatcher as Events;
use Illuminate\Support\Arr;

/**
Expand Down

0 comments on commit 26d9439

Please sign in to comment.