Changes:
- let's get rid of that `Database::exists()` is being misused for checking table existence - reformatted array
This commit is contained in:
@@ -825,6 +825,7 @@ class Database
|
||||
*
|
||||
* @return boolean Are there rows for that condition?
|
||||
* @throws \Exception
|
||||
* @todo Get rid of the DBStructure::existsTable() invocation
|
||||
*/
|
||||
public function exists(string $table, array $condition): bool
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user