mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
FIX Remove unused cacheData prop from #8451
This commit is contained in:
parent
36b1066413
commit
c4788803ee
@ -20,13 +20,6 @@ class ThemeResourceLoader implements Flushable
|
||||
*/
|
||||
private static $instance;
|
||||
|
||||
/**
|
||||
* Internal memory cache for large sets of repeated calls
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
protected static $cacheData = [];
|
||||
|
||||
/**
|
||||
* The base path of the application
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user