mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fixing error message. Closes #2579
This commit is contained in:
parent
27367b491a
commit
55f63bbd5b
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ $pluginDot = empty($plugin) ? null : $plugin . '.';
|
||||||
</p>
|
</p>
|
||||||
<pre>
|
<pre>
|
||||||
<?php
|
<?php
|
||||||
class <?php echo $class; ?> extends AppController {
|
class <?php echo $class . ' extends ' . $plugin; ?>AppController {
|
||||||
|
|
||||||
}
|
}
|
||||||
</pre>
|
</pre>
|
||||||
|
|
Loading…
Reference in a new issue