mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Removing session helper usage in default layout of test app to avoid haing to mock an additional class
This commit is contained in:
parent
5c91827c44
commit
b68bc7d4aa
1 changed files with 0 additions and 2 deletions
|
@ -42,8 +42,6 @@ $cakeDescription = __d('cake_dev', 'CakePHP: the rapid development php framework
|
|||
</div>
|
||||
<div id="content">
|
||||
|
||||
<?php echo $this->Session->flash(); ?>
|
||||
|
||||
<?php echo $content_for_layout; ?>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue