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 141476d commit ffaf22cCopy full SHA for ffaf22c
src/Concerns/HasMedia.php
@@ -101,6 +101,9 @@ public function getFirstMedia(
101
return $this->getMedia($collectionName, $collectionGroup)->first();
102
}
103
104
+ /**
105
+ * @param array<array-key, mixed> $parameters
106
+ */
107
public function getFirstMediaUrl(
108
?string $collectionName = null,
109
?string $collectionGroup = null,
src/Contracts/InteractWithMedia.php
@@ -54,6 +54,9 @@ public function getFirstMedia(
54
?string $collectionGroup = null
55
): ?Media;
56
57
58
59
60
61
62
0 commit comments