mirror of
https://github.com/kvazar-network/webapp.git
synced 2025-02-09 13:44:18 +00:00
fix data types
This commit is contained in:
parent
a8bd6c5e5a
commit
987b00a724
@ -118,7 +118,7 @@ class SQLite {
|
||||
}
|
||||
}
|
||||
|
||||
public function getData(bool $namehash = false, bool $txid = false, bool $search = false, int $start = 0, int $limit = 10) {
|
||||
public function getData(string $namehash = '', string $txid = '', string $search = '', int $start = 0, int $limit = 10) {
|
||||
|
||||
try {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user