Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tonysm committed Nov 8, 2023
1 parent ec56992 commit 65a7db7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Models/Broadcasts.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

use HotwiredLaravel\TurboLaravel\Broadcasting\PendingBroadcast;
use HotwiredLaravel\TurboLaravel\Broadcasting\Rendering;
use function HotwiredLaravel\TurboLaravel\dom_id;
use HotwiredLaravel\TurboLaravel\Facades\TurboStream;
use HotwiredLaravel\TurboLaravel\Models\Naming\Name;
use Illuminate\Broadcasting\Channel;
use Illuminate\Broadcasting\PrivateChannel;

use Illuminate\Support\Collection;

use function HotwiredLaravel\TurboLaravel\dom_id;

/**
* @mixin \Illuminate\Database\Eloquent\Model
*/
Expand Down

0 comments on commit 65a7db7

Please sign in to comment.