Skip to content

Commit

Permalink
Fix spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-tech committed Sep 30, 2024
1 parent 2d109f2 commit fd3c834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DataCollector/CommandDataCollector.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function collect(Request $request, Response $response, ?Throwable $except
'commands' => array_map(
static function (Command $command): array {
$dbProperty = '$db';
$document = Document::fromPHP($command->getCommand());
$document = Document::fromPHP($command->getCommand());

return [
'database' => $command->getCommand()->$dbProperty ?? '',
Expand Down

0 comments on commit fd3c834

Please sign in to comment.