We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b26c6de commit 9d91da7Copy full SHA for 9d91da7
src/Handlers/DatabaseHandler.php
@@ -93,7 +93,7 @@ public function set(string $class, string $property, $value = null, ?string $con
93
'context' => $context,
94
'updated_at' => $time,
95
]);
96
- // ...otherwise insert it
+ // ...otherwise insert it
97
} else {
98
$result = $this->builder
99
->insert([
0 commit comments