Skip to content

Commit

Permalink
fixed crud phpdoc hint
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Aug 15, 2012
1 parent 283de72 commit 17479ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/gii/generators/crud/templates/default/_view.php
Expand Up @@ -6,7 +6,7 @@
?>
<?php echo "<?php\n"; ?>
/* @var $this <?php echo $this->getControllerClass(); ?> */
/* @var $model <?php echo $this->getModelClass(); ?> */
/* @var $data <?php echo $this->getModelClass(); ?> */
?>

<div class="view">
Expand Down

0 comments on commit 17479ec

Please sign in to comment.