fixed typo
This commit is contained in:
parent
fb2970fec4
commit
7ae7dc87f5
2
cache/cache_scss.php
vendored
2
cache/cache_scss.php
vendored
@ -3,7 +3,7 @@ namespace SYSTEM\CACHE;
|
|||||||
class cache_scss {
|
class cache_scss {
|
||||||
const CACHE_SCSS = 1;
|
const CACHE_SCSS = 1;
|
||||||
public static function put($file,$data){
|
public static function put($file,$data){
|
||||||
return \SYSTEM\CACHE\cache::put(self::CACHE_SCSS, self::ident($file), 'css', $data);}
|
return \SYSTEM\CACHE\cache::put(self::CACHE_SCSS, self::ident($file), 'CSS', $data);}
|
||||||
public static function get($file,$header = false){
|
public static function get($file,$header = false){
|
||||||
return \SYSTEM\CACHE\cache::get(self::CACHE_SCSS, self::ident($file),$header);}
|
return \SYSTEM\CACHE\cache::get(self::CACHE_SCSS, self::ident($file),$header);}
|
||||||
public static function ident($file){
|
public static function ident($file){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user