Skip to content

Commit

Permalink
ENH Don't use deprecated method
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Sep 18, 2024
1 parent 3a393fa commit 5f7295f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/Extensions/ProxyDBExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class ProxyDBExtension extends Extension
{
public function __construct()
{
Deprecation::withNoReplacement(function () {
Deprecation::withSuppressedNotice(function () {
Deprecation::notice(
'3.2.0',
'Will be replaced with an extension on SilverStripe\ORM\Connect\Database.',
Expand Down

0 comments on commit 5f7295f

Please sign in to comment.