Skip to content

Commit ae3e2a4

Browse files
tabunagithub-actions[bot]
authored andcommitted
Fixed code style
1 parent 560f3e9 commit ae3e2a4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

app/Orchid/Screens/Position/EditScreen.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
use Orchid\Screen\Fields\SimpleMDE;
2020
use Orchid\Screen\Fields\Switcher;
2121
use Orchid\Screen\Screen;
22-
use Orchid\Support\Color;
2322
use Orchid\Support\Facades\Layout;
2423
use Orchid\Support\Facades\Toast;
2524

@@ -87,7 +86,7 @@ public function commandBar(): iterable
8786

8887
Button::make(__('Сохранить изменения'))
8988
->icon('bs.check-circle')
90-
->method('update')
89+
->method('update'),
9190
];
9291
}
9392

@@ -143,7 +142,7 @@ public function layout(): iterable
143142
->title('Статус')
144143
->placeholder('Одобренный')
145144
->help('Одобренные вакансии будут видны на сайте'),
146-
])
145+
]),
147146
])->ratio('60/40'),
148147
];
149148
}

0 commit comments

Comments
 (0)