Skip to content

Commit

Permalink
Fix ListCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
msmakouz committed Oct 18, 2023
1 parent 4703e19 commit 670c274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Prototype/src/Command/ListCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ final class ListCommand extends AbstractCommand

public function perform(): int
{
$bindings = $this->registry->getPropertyBindings();
$bindings = $this->getRegistry()->getPropertyBindings();
if ($bindings === []) {
$this->comment('No prototype dependencies found.');

Check warning on line 16 in src/Prototype/src/Command/ListCommand.php

View check run for this annotation

Codecov / codecov/patch

src/Prototype/src/Command/ListCommand.php#L16

Added line #L16 was not covered by tests

Expand Down

0 comments on commit 670c274

Please sign in to comment.