We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00fd687 commit dfa7943Copy full SHA for dfa7943
src/Models/Incident.php
@@ -110,7 +110,7 @@ protected static function boot()
110
* Get the components impacted by this incident.
111
*
112
* @return BelongsToMany<Component, $this, IncidentComponent>
113
- */
+ */
114
public function components(): BelongsToMany
115
{
116
return $this->belongsToMany(Component::class, 'incident_components')
0 commit comments