fix: remove deprecated function

This commit is contained in:
Will Rossiter 2023-01-24 20:04:50 +13:00 committed by GitHub
parent ee7f0e4d25
commit 1a87b18e71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -1,5 +1 @@
<?php
use SilverStripe\Dev\Deprecation;
Deprecation::notification_version('1.4.0', 'sqlite3');