Skip to content

Commit

Permalink
Update missing_behavior.ctp
Browse files Browse the repository at this point in the history
The class needs to extend `Behavior` as that's the name of the class.
  • Loading branch information
davidyell committed Aug 21, 2014
1 parent 2989fd2 commit f56739c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Template/Error/missing_behavior.ctp
Expand Up @@ -44,7 +44,7 @@ if (!empty($plugin) && !Plugin::loaded($plugin)) {
</p>
<pre>
&lt;?php
class <?= h($class); ?> extends ModelBehavior {
class <?= h($class); ?> extends Behavior {

}
</pre>
Expand Down

0 comments on commit f56739c

Please sign in to comment.