Merge pull request #10619 from creative-commoners/pulls/5/monolog-deprecation

MNT Import Deprecation class
This commit is contained in:
Guy Sartorelli 2022-12-14 16:24:59 +13:00 committed by GitHub
commit 6327482bc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@ use InvalidArgumentException;
use Psr\Log\LoggerInterface;
use SilverStripe\Dev\SapphireTest;
use SilverStripe\Logging\MonologErrorHandler;
use SilverStripe\Dev\Deprecation;
class MonologErrorHandlerTest extends SapphireTest
{