Skip to content

Commit

Permalink
Update Environment.php
Browse files Browse the repository at this point in the history
Fixed PHP 5.3 issue.
  • Loading branch information
Chris Hayes committed May 1, 2014
1 parent db54cf4 commit 659a3a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Crhayes/BladePartials/Environment.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public function getBlocks()
*/
public function flushBlocks()
{
$this->blocks = [];
$this->blocks = array();
}

}
}

0 comments on commit 659a3a2

Please sign in to comment.