This commit is contained in:
2024-04-30 23:24:35 +05:00
parent d53db60a20
commit 424c3f22d1
8 changed files with 7 additions and 25 deletions

View File

@@ -4,7 +4,6 @@ namespace App\Nova\Actions;
use App\Repos\System\Locale\LocaleManagerRepo;
use Illuminate\Bus\Queueable;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Queue\InteractsWithQueue;
use Illuminate\Support\Collection;
use Laravel\Nova\Actions\Action;
@@ -18,10 +17,6 @@ class ExportTranslations extends Action
/**
* Perform the action on the given models.
*
* @param \Laravel\Nova\Fields\ActionFields $fields
* @param \Illuminate\Support\Collection $models
* @return mixed
*/
public function handle(ActionFields $fields, Collection $models): mixed
{
@@ -32,9 +27,6 @@ class ExportTranslations extends Action
/**
* Get the fields available on the action.
*
* @param \Laravel\Nova\Http\Requests\NovaRequest $request
* @return array
*/
public function fields(NovaRequest $request): array
{