Skip to content

Commit 8ff9324

Browse files
[5.x] Fix docblock in AssetContainer facade (#11658)
Co-authored-by: Jason Varga <[email protected]>
1 parent bb58cfd commit 8ff9324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Facades/AssetContainer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* @method static \Statamic\Contracts\Assets\AssetContainer findOrFail($id)
1313
* @method static \Statamic\Contracts\Assets\AssetContainer make(string $handle = null)
1414
*
15-
* @see \Statamic\Assets\AssetRepository
15+
* @see \Statamic\Stache\Repositories\AssetContainerRepository
1616
*/
1717
class AssetContainer extends Facade
1818
{

0 commit comments

Comments
 (0)