Skip to content

Commit

Permalink
- Updated cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Machy8 committed Oct 14, 2017
1 parent d856602 commit 93c6787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Webloader/Compiler.php
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ public function getVersion(): string
} else {
$time = time();

if ($this->cacheEnabled) {
if ($this->isCacheEnabled()) {
file_put_contents($lock, $time);
}
}
Expand Down

0 comments on commit 93c6787

Please sign in to comment.