Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
faisuc authored Aug 12, 2022
1 parent 35441a3 commit d82ce6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function once(callable $callback): mixed
if (! $cache->has($object, $hash)) {
$result = call_user_func($callback, $backtrace->getArguments());

$cache->set($object, $hash, $result);
$cache->set($object, $hash, $result);
}

return $cache->get($object, $hash);
Expand Down

0 comments on commit d82ce6b

Please # to comment.