Name fix for MARK in SQLite DB IO

This commit is contained in:
Clemens Schwaighofer
2025-07-22 18:16:43 +09:00
parent 0022ea6b9a
commit 59948c0f3d

View File

@@ -416,7 +416,7 @@ class SqLite implements SQL\Interface\DatabaseInterface
return $row; return $row;
} }
// MARK other interface // MARK: other interface
/** /**
* get current db handler * get current db handler