mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 18:46:17 +00:00
Add newline after actions in controller template
This commit is contained in:
parent
d4ae2b0b88
commit
f7cc0c1802
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ class <?php echo $controllerName; ?>Controller extends <?php echo $plugin; ?>App
|
|||
echo ");\n\n";
|
||||
endif;
|
||||
|
||||
echo trim($actions);
|
||||
echo trim($actions) . "\n";
|
||||
|
||||
endif; ?>
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue