Skip to content

Commit

Permalink
[rector] Rector fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-to authored and github-actions[bot] committed Jul 19, 2024
1 parent ed3e696 commit 6fa186f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/Core/Handlers/Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
use MoonShine\Support\Traits\WithLabel;
use MoonShine\Support\Traits\WithQueue;
use MoonShine\Support\Traits\WithUriKey;
use MoonShine\UI\Components\ActionButton;
use MoonShine\UI\Contracts\Actions\ActionButtonContract;
use Symfony\Component\HttpFoundation\Response;

Expand Down
1 change: 0 additions & 1 deletion src/Laravel/Fields/Relationships/BelongsToMany.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
use MoonShine\UI\Contracts\MoonShineRenderable;
use MoonShine\UI\Fields\Checkbox;
use MoonShine\UI\Fields\Field;
use MoonShine\UI\Fields\File;
use MoonShine\UI\Fields\FormElement;
use MoonShine\UI\Fields\ID;
use MoonShine\UI\Fields\Preview;
Expand Down
1 change: 0 additions & 1 deletion src/Laravel/Pages/Crud/IndexPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
namespace MoonShine\Laravel\Pages\Crud;

use MoonShine\Core\Exceptions\ResourceException;
use MoonShine\Laravel\Buttons\FiltersButton;
use MoonShine\Laravel\Buttons\QueryTagButton;
use MoonShine\Laravel\Collections\Fields;
use MoonShine\Laravel\Components\Fragment;
Expand Down
1 change: 0 additions & 1 deletion src/UI/Collections/Fields.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
namespace MoonShine\UI\Collections;

use Illuminate\Support\Collection;
use Illuminate\Support\Stringable;
use MoonShine\Core\Contracts\CastedData;
use MoonShine\UI\Contracts\Collections\FieldsCollection;
use MoonShine\UI\Contracts\Fields\FieldsWrapper;
Expand Down

0 comments on commit 6fa186f

Please sign in to comment.