예제 #1
0
파일: Post.php 프로젝트: laraish/laraish
 /**
  * Change the date output format of parent's
  *
  * @param string $format
  *
  * @return mixed
  */
 public function date($format = 'F jS, Y')
 {
     //December 24th, 2015
     return parent::date($format);
 }