mirror of
https://github.com/mrclay/minify.git
synced 2025-08-22 13:42:48 +02:00
add Null cache
This commit is contained in:
committed by
Steve Clay
parent
bd8f3faacc
commit
5193c76581
9
min/lib/Minify/Cache/Null.php
Normal file
9
min/lib/Minify/Cache/Null.php
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Class Minify_Cache_Null
|
||||||
|
*
|
||||||
|
* @package Minify
|
||||||
|
*/
|
||||||
|
class Minify_Cache_Null extends Minify_Cache_Abstract {
|
||||||
|
}
|
Reference in New Issue
Block a user