From 5ccddb2098734526c6137422a58cc172a9a6977f Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Wed, 11 Dec 2024 12:46:48 +1300 Subject: [PATCH] FIX Add missing Deprecation imports --- code/LeftAndMain.php | 1 + 1 file changed, 1 insertion(+) diff --git a/code/LeftAndMain.php b/code/LeftAndMain.php index 142519733..ec57dc225 100644 --- a/code/LeftAndMain.php +++ b/code/LeftAndMain.php @@ -45,6 +45,7 @@ use SilverStripe\Model\ArrayData; use SilverStripe\View\Requirements; use SilverStripe\View\SSViewer; +use SilverStripe\Dev\Deprecation; /** * LeftAndMain is the parent class of all the two-pane views in the CMS.