Commit dc2a5c3a authored by Guilherme Blanco's avatar Guilherme Blanco

Fixing wrong method name.

parent 9b44bc9f
...@@ -105,7 +105,7 @@ class CreateSchemaSqlCollector extends AbstractVisitor ...@@ -105,7 +105,7 @@ class CreateSchemaSqlCollector extends AbstractVisitor
*/ */
private function getNamespace($asset) private function getNamespace($asset)
{ {
$namespace = $asset->getNamespace() ?: 'default'; $namespace = $asset->getNamespaceName() ?: 'default';
if ( !isset($this->createTableQueries[$namespace])) { if ( !isset($this->createTableQueries[$namespace])) {
$this->createTableQueries[$namespace] = array(); $this->createTableQueries[$namespace] = array();
......
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