diff --git a/src/Prototype/src/Command/ListCommand.php b/src/Prototype/src/Command/ListCommand.php index bcae5f706..e4baf873f 100644 --- a/src/Prototype/src/Command/ListCommand.php +++ b/src/Prototype/src/Command/ListCommand.php @@ -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.');