Skip to content

Commit

Permalink
remove unused bindings property on AbstractSetupGacela
Browse files Browse the repository at this point in the history
  • Loading branch information
Chemaclass committed Nov 9, 2024
1 parent 22fdf2e commit 79cea9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"gacela-project/container": "^0.6"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.43",
"ergebnis/composer-normalize": "^2.44",
"friendsofphp/php-cs-fixer": "^3.56",
"infection/infection": "^0.26",
"phpbench/phpbench": "^1.3",
Expand All @@ -42,7 +42,7 @@
"rector/rector": "^1.2",
"symfony/console": "^6.4",
"symfony/var-dumper": "^6.4",
"vimeo/psalm": "^5.25"
"vimeo/psalm": "^5.26"
},
"suggest": {
"gacela-project/gacela-env-config-reader": "Allows to read .env config files",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions src/Framework/Bootstrap/AbstractSetupGacela.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ abstract class AbstractSetupGacela implements SetupGacelaInterface

public const externalServices = 'externalServices';

public const bindings = 'bindings';

public const projectNamespaces = 'projectNamespaces';

public const configKeyValues = 'configKeyValues';
Expand Down Expand Up @@ -53,8 +51,6 @@ abstract class AbstractSetupGacela implements SetupGacelaInterface

protected const DEFAULT_PLUGINS = [];

protected const DEFAULT_BINDINGS = [];

/**
* Define different config sources.
*/
Expand Down

0 comments on commit 79cea9f

Please sign in to comment.