Skip to content

Commit

Permalink
Merge pull request #34 from lara-zeus/analysis-Q3eJm6
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
atmonshi authored Aug 31, 2022
2 parents b534bc8 + 83f9a35 commit 9d98032
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 9d98032

Please sign in to comment.