mirror of
https://github.com/friendica/friendica
synced 2025-04-30 09:44:22 +02:00
Changed:
- cannot have type-hints :-(
This commit is contained in:
parent
94a594eeb2
commit
cd3b01fd82
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue