Skip to content

Commit

Permalink
Merge branch '5.6' of github.com:laravel/framework into 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jan 3, 2018
2 parents 91e52c4 + 31a183f commit 7472b1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ public function getDates()
*
* @return string
*/
protected function getDateFormat()
public function getDateFormat()
{
return $this->dateFormat ?: $this->getConnection()->getQueryGrammar()->getDateFormat();
}
Expand Down

0 comments on commit 7472b1d

Please sign in to comment.