Skip to content

Commit ee5f2f5

Browse files
committed
Deprecation removed
1 parent 8c81475 commit ee5f2f5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "micro/plugin-console",
33
"description": "Micro Framework: Console application component",
44
"type": "library",
5-
"version": "1.0",
5+
"version": "1.1",
66
"license": "MIT",
77
"autoload": {
88
"psr-4": {

src/ConsolePlugin.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
class ConsolePlugin extends AbstractPlugin
1010
{
11+
private readonly Container $container;
1112
/**
1213
* {@inheritDoc}
1314
*/

0 commit comments

Comments
 (0)