1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-22 21:52:58 +02:00

add Null cache

This commit is contained in:
Elan Ruusamäe
2014-09-21 11:49:59 +03:00
committed by Steve Clay
parent bd8f3faacc
commit 5193c76581

View File

@@ -0,0 +1,9 @@
<?php
/**
* Class Minify_Cache_Null
*
* @package Minify
*/
class Minify_Cache_Null extends Minify_Cache_Abstract {
}