Пример #1
0
 public function getDataPostagemDiffMiniAttribute()
 {
     $date = new Date($this->created_at);
     return $date->diffInSeconds();
 }