'datetime:Y-m-d H:i:s', 'updated_at' => 'datetime:Y-m-d H:i:s', ]; public function message() { return $this->belongsTo('App\Message'); } public function contact() { return $this->hasOne('App\Contact', 'id', 'jidfrom'); } }