code optimization #15
Annotations
10 errors
phpstan:
src/Models/ChatMessage.php#L41
Call to an undefined method Fintech\Chat\Models\ChatMessage::addMediaCollection().
|
phpstan:
src/Repositories/Mongodb/ChatGroupRepository.php#L22
Class MongoDB\Laravel\Eloquent\Model not found.
|
phpstan:
src/Repositories/Mongodb/ChatMessageRepository.php#L22
Class MongoDB\Laravel\Eloquent\Model not found.
|
phpstan:
src/Repositories/Mongodb/ChatParticipantRepository.php#L22
Class MongoDB\Laravel\Eloquent\Model not found.
|
phpstan:
src/Services/ChatGroupService.php#L17
Access to an undefined property Fintech\Chat\Services\ChatGroupService::$chatGroupRepository.
|
phpstan:
src/Services/ChatGroupService.php#L22
Access to an undefined property Fintech\Chat\Services\ChatGroupService::$chatGroupRepository.
|
phpstan:
src/Services/ChatGroupService.php#L27
Access to an undefined property Fintech\Chat\Services\ChatGroupService::$chatGroupRepository.
|
phpstan:
src/Services/ChatGroupService.php#L32
Access to an undefined property Fintech\Chat\Services\ChatGroupService::$chatGroupRepository.
|
phpstan:
src/Services/ChatGroupService.php#L37
Access to an undefined property Fintech\Chat\Services\ChatGroupService::$chatGroupRepository.
|
phpstan:
src/Services/ChatGroupService.php#L42
Access to an undefined property Fintech\Chat\Services\ChatGroupService::$chatGroupRepository.
|