Skip to content

Instantly share code, notes, and snippets.

@lao9s
Created July 29, 2023 11:32
Show Gist options
  • Save lao9s/b51ec6b4f350d76f0e22d91299997e53 to your computer and use it in GitHub Desktop.
Save lao9s/b51ec6b4f350d76f0e22d91299997e53 to your computer and use it in GitHub Desktop.
$blocks = collect($this->input('blocks', []))->mapWithKeys(function ($block, $index) {
return [
$block => ['sort_order' => $index]
];
})->toArray();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment