Address deprecation

parent 49bd008e
...@@ -32,7 +32,7 @@ class PostgreSqlSchemaManagerTest extends SchemaManagerFunctionalTestCase ...@@ -32,7 +32,7 @@ class PostgreSqlSchemaManagerTest extends SchemaManagerFunctionalTestCase
return; return;
} }
$this->connection->getConfiguration()->setFilterSchemaAssetsExpression(null); $this->connection->getConfiguration()->setSchemaAssetsFilter(null);
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment