Merge pull request #8463 from creative-commoners/pulls/4.3/rm-cachedata

FIX Remove unused cacheData prop from #8451
This commit is contained in:
Loz Calver 2018-10-08 15:12:14 +02:00 committed by GitHub
commit 5426f34b4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
*