stan errors

This commit is contained in:
2025-03-15 23:58:38 +05:00
parent ed80105dc5
commit 007be865fe
10 changed files with 67 additions and 33 deletions

View File

@@ -17,6 +17,10 @@ class ExportTranslations extends Action
/**
* Perform the action on the given models.
*
* @param ActionFields $fields
* @param Collection<array-key, \Illuminate\Database\Eloquent\Model> $models
* @return mixed
*/
public function handle(ActionFields $fields, Collection $models): mixed
{
@@ -27,6 +31,8 @@ class ExportTranslations extends Action
/**
* Get the fields available on the action.
*
* @return array<int, \Laravel\Nova\Fields\Field>
*/
public function fields(NovaRequest $request): array
{