diff --git a/src/Concerns/Asset.php b/src/Concerns/Asset.php index 3ea3030..f48c96d 100644 --- a/src/Concerns/Asset.php +++ b/src/Concerns/Asset.php @@ -35,8 +35,10 @@ public function inlineAsset(string $asset): ?string /** * Retrieve the manifest. + * + * @return array|string */ - public function manifest(?string $asset = null): array|string + public function manifest(?string $asset = null) { if ($this->manifest) { return $asset