Skip to content

Commit

Permalink
fixed linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaswat975 committed Sep 16, 2024
1 parent 78796d7 commit 23d1de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/lib/UnitySQL.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public function addNotice($title, $date, $content, $expiry, $operator)
$stmt->bindParam(":date", $date);
$stmt->bindParam(":title", $title);
$stmt->bindParam(":message", $content);
$stmt->bindParam(":expiry", $expiry);
$stmt->bindParam(":expiry", $expiry);

$stmt->execute();

Expand Down

0 comments on commit 23d1de7

Please sign in to comment.