Skip to content

Commit fc975f8

Browse files
committed
chore: run laravel lint
1 parent e217fc7 commit fc975f8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

app/Data/CreateArticleData.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
namespace App\Data;
66

77
use Carbon\Carbon;
8-
use Illuminate\Http\UploadedFile;
98
use Spatie\LaravelData\Data;
109

1110
final class CreateArticleData extends Data

app/Livewire/Components/Slideovers/ArticleForm.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ public function save(): void
180180
->send();
181181
}
182182

183-
184183
$this->redirect(route('articles.show', ['article' => $article ?? $this->article]), navigate: true);
185184
}
186185

0 commit comments

Comments
 (0)