From 83f9a3515ef550067e9c190cefdf27c148a9abdf Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Wed, 31 Aug 2022 23:19:56 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Http/Livewire/Post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Http/Livewire/Post.php b/src/Http/Livewire/Post.php index 943a919..6811ef7 100644 --- a/src/Http/Livewire/Post.php +++ b/src/Http/Livewire/Post.php @@ -11,7 +11,7 @@ class Post extends Component public function mount($slug) { - $this->post = postModel::whereSlug($slug)->firstOrFail();; + $this->post = postModel::whereSlug($slug)->firstOrFail(); } public function render()