Skip to content

Commit

Permalink
Fixed code style
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna authored and github-actions[bot] committed Nov 3, 2024
1 parent f36152d commit c3dc745
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion tests/App/Screens/DependentListenerModalScreen.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

use Orchid\Screen\Action;
use Orchid\Screen\Actions\ModalToggle;
use Orchid\Screen\Fields\Input;
use Orchid\Screen\Screen;
use Orchid\Support\Facades\Layout;
use Orchid\Tests\App\Layouts\DependentSumListener;
Expand Down
2 changes: 0 additions & 2 deletions tests/App/Screens/DependentListenerScreen.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
namespace Orchid\Tests\App\Screens;

use Orchid\Screen\Action;
use Orchid\Screen\Fields\Input;
use Orchid\Screen\Screen;
use Orchid\Support\Facades\Layout;
use Orchid\Tests\App\Layouts\DependentSumListener;

class DependentListenerScreen extends Screen
Expand Down
1 change: 0 additions & 1 deletion tests/Browser/ModalTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
use Laravel\Dusk\Browser;
use Orchid\Tests\TestBrowserCase;


class ModalTest extends TestBrowserCase
{
public function testReopenModalForValidationFailed(): void
Expand Down

0 comments on commit c3dc745

Please sign in to comment.