diff options
Diffstat (limited to 'classes/IsisDb.php')
-rw-r--r-- | classes/IsisDb.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/IsisDb.php b/classes/IsisDb.php index 1e63f38..43a51dc 100644 --- a/classes/IsisDb.php +++ b/classes/IsisDb.php @@ -59,5 +59,5 @@ interface IsisDb { * @return * Database schema or FALSE if error. */ - function check($schema, $section = NULL); + static function check($schema, $section = NULL); } |