'currentDateTime', 'updated_at' => 'currentDateTime' ]; public function currentDateTime() { return gmdate('Y-m-d H:i:s', time()); } public function lead(){ return $this->belongsTo(Lead::class, $this->idLocal, $this->idColumn ); } }