8000 flush bug fix. · laravel/framework@23c665c · GitHub
[go: up one dir, main page]

Skip to content

Commit 23c665c

Browse files
committed
flush bug fix.
1 parent 0251497 commit 23c665c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Illuminate/View/Factory.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -658,6 +658,8 @@ public function yieldContent($section, $default = '')
658658
*/
659659
public function flushSections()
660660
{
661+
$this->renderCount = 0;
662+
661663
$this->sections = array();
662664

663665
$this->sectionStack = array();

0 commit comments

Comments
 (0)
0