mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +00:00
Improving error view. Closes #2027
This commit is contained in:
parent
79687a2dcf
commit
2a554237f4
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
||||||
class <?php echo $controller;?> extends AppController {
|
class <?php echo $controller;?> extends AppController {
|
||||||
|
|
||||||
<strong>
|
<strong>
|
||||||
function <?php echo $action;?> {
|
public function <?php echo $action;?>() {
|
||||||
|
|
||||||
}
|
}
|
||||||
</strong>
|
</strong>
|
||||||
|
|
Loading…
Add table
Reference in a new issue