Skip to content

2.0.0

Compare
Choose a tag to compare
@riasvdv riasvdv released this 14 Mar 07:28
· 8 commits to main since this release
c1cc3ae

Upgrade guide

You can no longer call SqlCommenter::addComment statically, you now need to fetch the commenter instance from the container or have it dependency injected into your code.

- SqlCommenter::addComment('My comment');
+ app(SqlCommenter::class)->addComment('My comment');

What's Changed

New Contributors

Full Changelog: 1.4.0...2.0.0