Skip to content

Commit

Permalink
Merge pull request #4866 from JD-Robbs/patch-1
Browse files Browse the repository at this point in the history
Helper as Opposed to AppHelper
  • Loading branch information
markstory committed Oct 13, 2014
2 parents 660c790 + 18ffc50 commit 627322a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Template/Error/missing_helper.ctp
Expand Up @@ -44,7 +44,7 @@ if (!empty($plugin) && !Plugin::loaded($plugin)) {
</p>
<pre>
&lt;?php
class <?= h($class); ?> extends AppHelper {
class <?= h($class); ?> extends Helper {

}
</pre>
Expand Down

0 comments on commit 627322a

Please sign in to comment.