Skip to content

Commit 8160862

Browse files
committed
Update DatabaseReversor.php
1 parent 72e3271 commit 8160862

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/Ubiquity/orm/reverse/DatabaseReversor.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ public function __construct(DbGenerator $generator, $databaseOffset = 'default')
3131
$this->database = $databaseOffset;
3232
}
3333

34-
public function getDatabaseMeta(){
35-
$db=DAO::getDatabase();
36-
if($db->isConnected()){
37-
$tables=$db->getTablesName();
38-
foreach ($tables as $table){
39-
$this->databaseMetas[$table]=;
34+
public function getDatabaseMeta() {
35+
$db = DAO::getDatabase();
36+
if ($db->isConnected()) {
37+
$tables = $db->getTablesName();
38+
foreach ($tables as $table) {
39+
// $this->databaseMetas[$table]=;//TODO to continue
4040
}
4141
}
4242
}

0 commit comments

Comments
 (0)