Skip to content

Commit

Permalink
Update MessageController.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaker-Al-Muzaini authored Nov 21, 2022
1 parent 8136336 commit 559acae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/MessageController.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace App\Http\Controllers;

use App\Models\Conversation;
use App\Models\Participant;
use App\Models\Participant;
use App\Models\User;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Auth;
Expand Down

0 comments on commit 559acae

Please sign in to comment.