Skip to content

Instantly share code, notes, and snippets.

@stijn1989
Created January 9, 2021 19:16
Show Gist options
  • Save stijn1989/baa9619c1a201289d68aed8eea7d5320 to your computer and use it in GitHub Desktop.
Save stijn1989/baa9619c1a201289d68aed8eea7d5320 to your computer and use it in GitHub Desktop.
shit hack
public function toArray($columns = null): array
{
$array = parent::toArray($columns);
//wat een shit hack man man toch
$array['klant_silo'] = $this->klant_silo;
$array['klant_silo_original'] = $this->klant_silo_original;
return $array;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment