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 818f939 commit 2471dfaCopy full SHA for 2471dfa
packages/framework/src/Support/Filesystem/MediaFile.php
@@ -47,7 +47,11 @@ public function __construct(string $path)
47
$this->hash = $this->findHash();
48
}
49
50
- /** @return array<string> Array of filenames relative to the _media/ directory */
+ /**
51
+ * @return array<string> Array of filenames relative to the _media/ directory
52
+ *
53
+ * @example `['app.css', 'images/logo.svg']`
54
+ */
55
public static function files(): array
56
{
57
return static::all()->keys()->all();
0 commit comments