Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed May 6, 2018
1 parent f2eb040 commit 1a89539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ScriptInjector.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public function __wakeup()
$this->scriptDir,
function () {
$module = $this->scriptDir . self::MODULE;
return file_exists($module) ? \unserialize(\file_get_contents($module) : new EmptyModule();
return file_exists($module) ? \unserialize(\file_get_contents($module)) : new EmptyModule();
}
);
}
Expand Down

0 comments on commit 1a89539

Please sign in to comment.