Skip to content

Commit

Permalink
PUSH
Browse files Browse the repository at this point in the history
-> Fix stupid bug with caches
  • Loading branch information
NaysKutzu committed May 16, 2024
1 parent 3f6eed7 commit e04b759
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MythicalSystems/Cache/Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ class Handler
*/
public function __construct($cacheFile)
{
$this->cacheFile = $cacheFile;
if (!file_exists($this->cacheFile)) {
$this->createCacheFile();
}
Expand Down

0 comments on commit e04b759

Please sign in to comment.