Completed
Push — correct-classname-values ( f9b487 )
by Sam
08:29
created
admin/code/LeftAndMain.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
 use SilverStripe\Security\Permission;
21 21
 use SilverStripe\Security\Security;
22 22
 use SilverStripe\Security\PermissionProvider;
23
-use SilverStripe\View\ThemeResourceLoader;
24 23
 
25 24
 
26 25
 /**
Please login to merge, or discard this patch.
view/ThemeResourceLoader.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace SilverStripe\View;
4 4
 
5
-use Deprecation;
6
-
7 5
 /**
8 6
  * Handles finding templates from a stack of template manifest objects.
9 7
  *
Please login to merge, or discard this patch.