@@ -19,6 +19,6 @@ |
||
19 | 19 | |
20 | 20 | public function parseRelation ( \Classes\MakerFile $makerFile, \Classes\Db\DbTable $dbTable ) |
21 | 21 | { |
22 | - return array(); |
|
22 | + return array(); |
|
23 | 23 | } |
24 | 24 | } |
@@ -81,7 +81,7 @@ |
||
81 | 81 | $class = implode ( ZendFrameworkOne::SEPARETOR , array_filter ( $arrClass ) ); |
82 | 82 | |
83 | 83 | if(!in_array($class,$dependents)){ |
84 | - $dependents[] = $class; |
|
84 | + $dependents[] = $class; |
|
85 | 85 | } |
86 | 86 | } |
87 | 87 | } |