1
0
mirror of https://github.com/silverstripe/silverstripe-framework synced 2024-10-22 14:05:37 +02:00

FIX Import Deprecation class

This commit is contained in:
Steve Boyd 2024-09-13 09:32:01 +12:00
parent 755d5acb40
commit 0f8e21a424

View File

@ -20,6 +20,7 @@ use SilverStripe\ORM\FieldType\DBField;
use SilverStripe\ORM\FieldType\DBHTMLText;
use SilverStripe\View\SSViewer;
use UnexpectedValueException;
use SilverStripe\Dev\Deprecation;
/**
* A ViewableData object is any object that can be rendered into a template/view.