Skip to content

Commit fae0f9f

Browse files
tabunagithub-actions[bot]
authored andcommitted
Fixed code style
1 parent 80e52df commit fae0f9f

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

app/Orchid/Screens/Idea/ListScreen.php

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,10 @@ public function layout(): iterable
109109

110110
TD::make('message', 'Сообщение')
111111
->alignLeft()
112-
->render(fn (IdeaRequest $ideaRequest) =>
113-
Str::of($ideaRequest->message)->trim()->words(10) . Link::make()
114-
->class('hidden')
115-
->route('platform.idea.request', $ideaRequest->id)
116-
->stretched()
112+
->render(fn (IdeaRequest $ideaRequest) => Str::of($ideaRequest->message)->trim()->words(10).Link::make()
113+
->class('hidden')
114+
->route('platform.idea.request', $ideaRequest->id)
115+
->stretched()
117116
)
118117
->width(300),
119118

routes/platform.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
->name('platform.idea')
8888
->breadcrumbs(fn (Trail $trail) => $trail
8989
->parent('platform.index')
90-
->push('Ключи Idea', route('platform.idea')));
90+
->push('Ключи Idea', route('platform.idea')));
9191

9292
Route::screen('post', App\Orchid\Screens\Post\ListScreen::class)
9393
->name('platform.post')

0 commit comments

Comments
 (0)