This commit is contained in:
2024-09-02 22:14:12 +05:00
parent b359a5cf56
commit fb861daf01

View File

@@ -95,7 +95,7 @@ class NovaSwiftpayment extends Resource
public function fields(NovaRequest $request): array
{
return [
ID::make('id'),
ID::make()->sortable(),
Hidden::make('user_id')
->default(auth()->id())