Browse Source

Merge pull request #4325 from davidyell/patch-4

3.0 Update missing_behavior.ctp
ADmad 11 years ago
parent
commit
3d55158980
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Template/Error/missing_behavior.ctp

+ 1 - 1
src/Template/Error/missing_behavior.ctp

@@ -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>