Skip to content

Commit

Permalink
Fixed codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Helldar committed Apr 21, 2022
1 parent 89c5c86 commit f63ddbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/Reader.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Reader
use Makeable;

public function __construct(
protected string $controller,
protected string $controller,
protected ?string $method = null
) {
}
Expand Down

0 comments on commit f63ddbf

Please sign in to comment.