Skip to content

Commit

Permalink
Fix a type bug for order_id
Browse files Browse the repository at this point in the history
  • Loading branch information
Xety committed Jul 11, 2024
1 parent adb9748 commit 82ee6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Livewire/Forms/PartEntryForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class PartEntryForm extends Form

public ?int $number = null;

public ?int $order_id = null;
public ?string $order_id = null;

public bool $isCreating = false;

Expand Down

0 comments on commit 82ee6f0

Please sign in to comment.