Skip to content

Commit

Permalink
Helper as Opposed to AppHelper
Browse files Browse the repository at this point in the history
  • Loading branch information
JD-Robbs committed Oct 12, 2014
1 parent 660c790 commit 18ffc50
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 18ffc50

Please sign in to comment.