mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +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 {
|
||||
|
||||
<strong>
|
||||
function <?php echo $action;?> {
|
||||
public function <?php echo $action;?>() {
|
||||
|
||||
}
|
||||
</strong>
|
||||
|
|
Loading…
Add table
Reference in a new issue