This commit is contained in:
Mekan1206
2026-04-30 19:50:59 +05:00
parent 6dc6802445
commit a07c764dfe
142 changed files with 2709 additions and 1914 deletions

View File

@@ -20,10 +20,11 @@ class InventoryHistoryItems extends Field
/**
* Set the options for the select menu.
*
* @param array<string|int, array<string, mixed>|string>|\Closure|callable|\Illuminate\Support\Collection $options
* @return $this
* @param array<string|int, array<string, mixed>|string>|\Closure|callable|Collection $options
*
* @phpstan-param TOption|(callable(): (TOption))|(\Closure(): (TOption)) $options
*
* @return $this
*/
public function options(array|Collection $options): self
{