Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
hafijul233 authored and github-actions[bot] committed Aug 11, 2024
1 parent c3c1f76 commit f9cc1fb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions src/Models/ChatGroup.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ class ChatGroup extends BaseModel implements HasMedia

protected $guarded = ['id'];



protected $casts = ['chat_group_data' => 'array', 'restored_at' => 'datetime'];

protected $hidden = ['creator_id', 'editor_id', 'destroyer_id', 'restorer_id'];
Expand Down
2 changes: 0 additions & 2 deletions src/Models/ChatMessage.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ class ChatMessage extends BaseModel

protected $guarded = ['id'];



protected $casts = ['chat_message_data' => 'array', 'restored_at' => 'datetime', 'enabled' => 'bool'];

protected $hidden = ['creator_id', 'editor_id', 'destroyer_id', 'restorer_id'];
Expand Down
2 changes: 0 additions & 2 deletions src/Models/ChatParticipant.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ class ChatParticipant extends BaseModel

protected $guarded = ['id'];



protected $casts = ['chat_participant_data' => 'array', 'restored_at' => 'datetime', 'enabled' => 'bool'];

protected $hidden = ['creator_id', 'editor_id', 'destroyer_id', 'restorer_id'];
Expand Down

0 comments on commit f9cc1fb

Please sign in to comment.