FIX Remove unused cacheData prop from #8451

This commit is contained in:
Robbie Averill 2018-10-08 12:05:29 +02:00
parent 36b1066413
commit c4788803ee

View File

@ -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
*