We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b48b1f7 commit ed624c3Copy full SHA for ed624c3
1 file changed
src/Audit/Adapters/MySQL.php
@@ -81,7 +81,7 @@ public function getLogsByResource(string $resource): array
81
ORDER BY `time` DESC LIMIT 10
82
');
83
84
- $st->bindValue(':resourceId', $resource, PDO::PARAM_STR);
+ $st->bindValue(':resource', $resource, PDO::PARAM_STR);
85
86
$st->execute();
87
0 commit comments