mirror of
https://github.com/mrclay/minify.git
synced 2025-08-19 12:21:20 +02:00
cacheIsStale is not public
This commit is contained in:
@@ -115,7 +115,7 @@ class Minify_ScssCssSource extends Minify_Source {
|
||||
*
|
||||
* @return boolean True if compile required.
|
||||
*/
|
||||
public function cacheIsStale($cache)
|
||||
private function cacheIsStale($cache)
|
||||
{
|
||||
if (!$cache) {
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user