Skip to content

Commit

Permalink
Merge pull request #89 from stvnyung/master
Browse files Browse the repository at this point in the history
Replace Event alias by complete namespace
  • Loading branch information
hootlex authored Jul 17, 2017
2 parents 99f3f2a + baad550 commit b9f9bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Traits/Friendable.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use Hootlex\Friendships\Models\FriendFriendshipGroups;
use Hootlex\Friendships\Status;
use Illuminate\Database\Eloquent\Model;
use Event;
use Illuminate\Support\Facades\Event;

/**
* Class Friendable
Expand Down

0 comments on commit b9f9bf7

Please sign in to comment.