mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +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…
Reference in a new issue