Skip to content

Commit

Permalink
Making stan happy
Browse files Browse the repository at this point in the history
  • Loading branch information
lonnieezell committed Jan 5, 2024
1 parent 90b605b commit b26c6de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Handlers/DatabaseHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public function set(string $class, string $property, $value = null, ?string $con
'context' => $context,
'updated_at' => $time,
]);
// ...otherwise insert it
// ...otherwise insert it
} else {
$result = $this->builder
->insert([
Expand Down

0 comments on commit b26c6de

Please sign in to comment.