Skip to content

Commit 69b0590

Browse files
committed
fix phpdoc
1 parent 47392d3 commit 69b0590

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
**/.DS_Store
12
.idea
23
.phpunit.result.cache
34
build

src/Concerns/ParticipateToConversations.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
use Elegantly\Conversation\Conversation;
88
use Elegantly\Conversation\ConversationUser;
99
use Elegantly\Conversation\Message;
10+
use Illuminate\Database\Eloquent\Collection;
1011
use Illuminate\Database\Eloquent\Relations\BelongsToMany;
1112
use Illuminate\Database\Eloquent\Relations\HasMany;
1213
use Illuminate\Database\Eloquent\Relations\HasOne;

0 commit comments

Comments
 (0)