Skip to content

Commit 738e223

Browse files
saadegithub-actions[bot]
authored andcommitted
chore: fix code style
1 parent 472b6ec commit 738e223

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

resources/views/components/plugins/list.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class="mx-auto w-full max-w-8xl px-5 sm:px-10"
7474
get currentPage() {
7575
return +this._currentPage
7676
},
77-
set currentPage(value) {
77+
set currentPage(value) {
7878
this._currentPage = value
7979
this.$nextTick(() => {
8080
this.$refs.section.scrollIntoView({ behavior: 'smooth' })

routes/web.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
Route::redirect('/discord', 'https://discord.gg/filament')->name('discord');
5757

58-
Route::get('/api/{version?}', function (?Version $version = null): RedirectResponse {
58+
Route::get('/api/{version?}', function (Version $version = null): RedirectResponse {
5959
$version = $version ?? Version::getLatest();
6060

6161
return redirect('/api/' . $version->value . '/index.html');

0 commit comments

Comments
 (0)