Skip to content

Commit

Permalink
Clean source code for release verion 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnitvn committed Jul 9, 2015
1 parent e9c97a8 commit 09903a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generators/default/views/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<?= "<?= " ?>DetailView::widget([
'model' => $model,
'attributes' => [
<?php
<?php
if (($tableSchema = $generator->getTableSchema()) === false) {
foreach ($generator->getColumnNames() as $name) {
echo " '" . $name . "',\n";
Expand Down

0 comments on commit 09903a2

Please sign in to comment.