Skip to content

Commit

Permalink
Update Dispatcher.php
Browse files Browse the repository at this point in the history
  • Loading branch information
inmanturbo authored Jul 31, 2024
1 parent 96195a3 commit 0c742b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dispatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public static function new(): static
/**
* Create a new class instance.
*/
public function __construct()
final public function __construct()
{
$this->commandBus = app(CommandBus::class);
}
Expand Down

0 comments on commit 0c742b5

Please sign in to comment.