Skip to content

Commit

Permalink
Removed unneeded LazyLoad binding attribute
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Wright <[email protected]>
  • Loading branch information
betterthanclay committed Jul 31, 2024
1 parent 4c11538 commit a596d57
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
* Removed unneeded LazyLoad binding attribute
* Updated dependency versions

## v0.8.6 (2024-07-17)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"decodelabs/glitch-support": "^0.4.1",
"decodelabs/pandora": "^0.2.3",
"decodelabs/terminus": "^0.10",
"decodelabs/veneer": "^0.11.1"
"decodelabs/veneer": "^0.11.2"
},
"require-dev": {
"decodelabs/phpstan-decodelabs": "^0.6"
Expand Down
1 change: 0 additions & 1 deletion src/Context.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
use DecodeLabs\Veneer\LazyLoad;
use DecodeLabs\Veneer\Plugin;

#[LazyLoad]
class Context
{
#[Plugin]
Expand Down

0 comments on commit a596d57

Please sign in to comment.