Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUGFIX: Replace deprecated usage of DBAL functions
Addresses the two deprecation warnings: ``` The usage of a string $tableNames in AbstractSchemaManager::tablesExist() is deprecated. Pass a one-element array instead. QueryBuilder::execute() is deprecated, use QueryBuilder::executeQuery() for SQL queries instead. ```
- Loading branch information