'object', 'updated_at' => 'timestamp', 'created_at' => 'timestamp', ]; public function company() { return $this->belongsTo(Company::class); } }