Skip to content

Commit

Permalink
Unfortunately, I forgot to delete the readonly keyword.
Browse files Browse the repository at this point in the history
  • Loading branch information
diloabininyeri committed Feb 3, 2024
1 parent 732be90 commit fb7e4fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Send.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
/**
*
*/
readonly class Send
class Send
{

use MacroTrait;
/**
* @param Broadcast $broadcast
*/
public function __construct(private Broadcast $broadcast)
public function __construct(private readonly Broadcast $broadcast)
{
}

Expand Down

0 comments on commit fb7e4fe

Please sign in to comment.