Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Commit

Permalink
Fixed the FileCache usage
Browse files Browse the repository at this point in the history
  • Loading branch information
erika committed Jul 17, 2020
1 parent cea6578 commit 457de85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hosts.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

use Minicli\App;
use App\Service\DigitalOceanService;
use Minicli\Util\FileCache;
use Minicli\Minicache\FileCache;

$app = new App(require __DIR__ . '/config.php');
$cache = new FileCache(__DIR__ . '/var/cache');
Expand Down

0 comments on commit 457de85

Please sign in to comment.