Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update ExpressionLanguage.php
  • Loading branch information
jrmyio committed Nov 15, 2013
commit f36bf45a4a10d50a603a625a301016089d0cae67
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ protected function getLexer()
protected function getParser()
{
if (null === $this->parser) {
$this->parser = new $this->parserClass($this->functions);
$this->parser = new Parser($this->functions);
}

return $this->parser;
Expand Down