@@ -1083,6 +1083,4 @@ |
||
1083 | 1083 | $viewNames[$schema] = $this->findViewNames($schema); |
1084 | 1084 | } |
1085 | 1085 | |
1086 | - return $this->viewNames[$schema] = $viewNames; |
|
1087 | - } |
|
1088 | -} |
|
1086 | + return $this->viewNames[$schema] = $viewNames |
|
1089 | 1087 | \ No newline at end of file |