Skip to content

Commit

Permalink
Update SettingResource.php
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvenga authored May 20, 2023
1 parent f36516b commit 33a765f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/MoonShine/Resources/SettingResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use Illuminate\Contracts\Database\Eloquent\Builder;
use Illuminate\Validation\Rule;
use Leeto\MoonShine\Actions\ExportAction;
use MoonShine\Decorations\Block;
use MoonShine\Fields\BelongsTo;
use MoonShine\Fields\ID;
Expand Down Expand Up @@ -117,7 +116,7 @@ public function filters(): array
public function actions(): array
{
return [
ExportAction::make(trans('moonshine::ui.export')),

];
}

Expand Down

0 comments on commit 33a765f

Please sign in to comment.