-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed unneeded LazyLoad binding attribute
Signed-off-by: Tom Wright <[email protected]>
- Loading branch information
1 parent
4c11538
commit a596d57
Showing
3 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,6 @@ | |
use DecodeLabs\Veneer\LazyLoad; | ||
use DecodeLabs\Veneer\Plugin; | ||
|
||
#[LazyLoad] | ||
class Context | ||
{ | ||
#[Plugin] | ||
|