@@ -2,10 +2,10 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Merodiro\Friendships; |
| 4 | 4 | |
| 5 | -use Merodiro\Friendships\Exceptions\AddFriendFailed; |
|
| 6 | -use Merodiro\Friendships\Exceptions\AcceptFriendFailed; |
|
| 7 | 5 | use Illuminate\Database\Eloquent\Relations\BelongsToMany; |
| 8 | 6 | use Illuminate\Support\Collection; |
| 7 | +use Merodiro\Friendships\Exceptions\AcceptFriendFailed; |
|
| 8 | +use Merodiro\Friendships\Exceptions\AddFriendFailed; |
|
| 9 | 9 | |
| 10 | 10 | trait Friendable |
| 11 | 11 | { |