Skip to content

Commit

Permalink
Remove readonly modifier from class
Browse files Browse the repository at this point in the history
  • Loading branch information
xepozz authored Jul 5, 2024
1 parent db81cca commit 36dcb66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Debug/Http/HttpApplicationWrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use Yiisoft\Yii\Debug\Api\Debug\Middleware\MiddlewareDispatcherMiddleware;
use Yiisoft\Yii\Http\Application;

final readonly class HttpApplicationWrapper
final class HttpApplicationWrapper
{
public function __construct(
private MiddlewareDispatcher $middlewareDispatcher,
Expand Down

0 comments on commit 36dcb66

Please sign in to comment.