Skip to content

Commit

Permalink
StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
bilfeldt committed Dec 16, 2022
1 parent 25c997a commit 134bcf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/Components/Alert.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function render()
case Message::LEVEL_ERROR:
return view('flash-message::components.alert-error');
default:
throw new \InvalidArgumentException('Invalid alert level: ' . $this->level);
throw new \InvalidArgumentException('Invalid alert level: '.$this->level);
}
}
}

0 comments on commit 134bcf0

Please sign in to comment.