Skip to content

Commit b26c6de

Browse files
committed
Making stan happy
1 parent 90b605b commit b26c6de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Handlers/DatabaseHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public function set(string $class, string $property, $value = null, ?string $con
9393
'context' => $context,
9494
'updated_at' => $time,
9595
]);
96-
// ...otherwise insert it
96+
// ...otherwise insert it
9797
} else {
9898
$result = $this->builder
9999
->insert([

0 commit comments

Comments
 (0)