Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
tonysm authored and actions-user committed Oct 20, 2021
1 parent 4e82bec commit 7f4c61a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/Http/MultiplePendingTurboStreamResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class MultiplePendingTurboStreamResponse implements Responsable
{
/** @var Collection|PendingTurboStreamResponse[] $pendingStreams */
/** @var Collection|PendingTurboStreamResponse[] */
private Collection $pendingStreams;

/**
Expand Down
1 change: 0 additions & 1 deletion src/TurboServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Tonysm\TurboLaravel;

use Illuminate\Database\Eloquent\Model;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Blade;
use Illuminate\Support\Facades\Response;
Expand Down

0 comments on commit 7f4c61a

Please sign in to comment.