Skip to content

Instantly share code, notes, and snippets.

@corean
Created May 23, 2017 02:34
Show Gist options
  • Save corean/41fe670cb8faa410dd09ae54523408ad to your computer and use it in GitHub Desktop.
Save corean/41fe670cb8faa410dd09ae54523408ad to your computer and use it in GitHub Desktop.
history - serialize()
$history[Carbon::now()->toDateTimeString()] = [
"title" => "무통장입금 저장",
"application_no" => $application_no,
"discount_id" => $discount_id,
"discount_code" => $discount_code,
"premium_expect" => $premium_expect,
"account_id" => $account_id,
"account_name" => $account_name,
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment