名前空間の参照ちょっと修正
This commit is contained in:
+4
-4
@@ -8,8 +8,8 @@ Response
|
||||
{
|
||||
public static function
|
||||
fetch_all (
|
||||
SQLite3 $db,
|
||||
int $thread_id)
|
||||
\SQLite3 $db,
|
||||
int $thread_id)
|
||||
: array
|
||||
{
|
||||
$sql = "
|
||||
@@ -59,7 +59,7 @@ Response
|
||||
|
||||
public static function
|
||||
like (
|
||||
SQLite3 $db,
|
||||
\SQLite3 $db,
|
||||
int $thread_id,
|
||||
int $response_id)
|
||||
: void
|
||||
@@ -79,7 +79,7 @@ Response
|
||||
|
||||
public static function
|
||||
dislike (
|
||||
SQLite3 $db,
|
||||
\SQLite3 $db,
|
||||
int $thread_id,
|
||||
int $response_id)
|
||||
: void
|
||||
|
||||
Reference in New Issue
Block a user