Changed:
- cannot have type-hints :-(
This commit is contained in:
@@ -223,7 +223,7 @@ class DBA
|
||||
* @return boolean Are there rows for that condition?
|
||||
* @throws \Exception
|
||||
*/
|
||||
public static function exists(string $table, array $condition): bool
|
||||
public static function exists($table, array $condition): bool
|
||||
{
|
||||
return DI::dba()->exists($table, $condition);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user