Skip to content

Commit 88ca53d

Browse files
committed
fix: remove unused provider attribute
1 parent 040cfa5 commit 88ca53d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Command/Provider/ListProvidersCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ protected function perform(InputInterface $input, ConsoleOutput $output)
5151
return [
5252
$provider['id'],
5353
$provider['name'],
54-
$provider['provider'],
5554
];
5655
})->all()
5756
);

0 commit comments

Comments
 (0)