Skip to content
Snippets Groups Projects
Commit 8cf7ed17 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Suppression caractères intrus

parent 67413bf8
No related branches found
No related tags found
No related merge requests found
Pipeline #4755 passed
......@@ -300,7 +300,7 @@ EOS;
* @param bool $refConstraintsIncluded
* @return string
*/
function ~~generateSQLForSchemaCreation(Connection $connection, $refConstraintsIncluded = true)
function generateSQLForSchemaCreation(Connection $connection, $refConstraintsIncluded = true)
{
$schemaName = $this->extractSchemaNameFromConnection($connection);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment