'array', 'fechado_em' => 'datetime', ]; public function user() { return $this->belongsTo(User::class, 'fechado_por'); } }