Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Aug 31, 2022
1 parent b534bc8 commit 83f9a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Livewire/Post.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 83f9a35

Please sign in to comment.