mirror of
https://github.com/mrclay/minify.git
synced 2025-08-20 04:41:29 +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.
|
* @return boolean True if compile required.
|
||||||
*/
|
*/
|
||||||
public function cacheIsStale($cache)
|
private function cacheIsStale($cache)
|
||||||
{
|
{
|
||||||
if (!$cache) {
|
if (!$cache) {
|
||||||
return true;
|
return true;
|
||||||
|
Reference in New Issue
Block a user