fix: working copy, caching ASP, notworking orders though
This commit is contained in:
parent
dc5d204cfc
commit
390ad23e03
32 changed files with 246 additions and 194 deletions
|
@ -23,7 +23,7 @@ class CacheImage extends Component
|
|||
{
|
||||
if (!\Cache::has($this->src)) {
|
||||
$image = file_get_contents($this->src);
|
||||
\Cache::put($this->src, $image, 60 * 24 * 7);
|
||||
\Cache::put($this->src, $image, 60 * 24 * 7); // 1 week
|
||||
}
|
||||
return \Cache::get($this->src);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue