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 7d1f6f8 commit 4e6343dCopy full SHA for 4e6343d
1 file changed
src/Models/Component.php
@@ -10,6 +10,7 @@
10
use Carbon\Carbon;
11
use Illuminate\Database\Eloquent\Builder;
12
use Illuminate\Database\Eloquent\Casts\Attribute;
13
+use Illuminate\Database\Eloquent\Collection;
14
use Illuminate\Database\Eloquent\Factories\Factory;
15
use Illuminate\Database\Eloquent\Factories\HasFactory;
16
use Illuminate\Database\Eloquent\Model;
@@ -35,7 +36,7 @@
35
36
* @property bool $enabled
37
* @property array<string, mixed> $meta
38
* @property ?ComponentGroup $componentGroup
- * @property-read \Illuminate\Database\Eloquent\Collection<int, ComponentCheck> $checks
39
+ * @property-read Collection<int, ComponentCheck> $checks
40
* @property-read IncidentComponent|null $pivot
41
*
42
* @method static Builder<static>|static checked()
0 commit comments