Skip to content

Commit dfa7943

Browse files
jbrooksukgithub-actions[bot]
authored andcommitted
Fix code styling
1 parent 00fd687 commit dfa7943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/Incident.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ protected static function boot()
110110
* Get the components impacted by this incident.
111111
*
112112
* @return BelongsToMany<Component, $this, IncidentComponent>
113-
*/
113+
*/
114114
public function components(): BelongsToMany
115115
{
116116
return $this->belongsToMany(Component::class, 'incident_components')

0 commit comments

Comments
 (0)