Skip to content

Commit 99f0e2e

Browse files
committed
Service container
1 parent 9b60fd4 commit 99f0e2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

filesystem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ When using the `local` driver, note that all file operations are relative to the
2929
<a name="basic-usage"></a>
3030
## Basic Usage
3131

32-
The `Storage` facade may be used to interact with any of your configured disks. Alternatively, you may type-hint the `Illuminate\Contracts\Filesystem\Factory` contract on any class that is resolved via the [service container](/docs/5.0/container).
32+
The `Storage` facade may be used to interact with any of your configured disks. Alternatively, you may type-hint the `Illuminate\Contracts\Filesystem\Factory` contract on any class that is resolved via the Laravel [service container](/docs/5.0/container).
3333

3434
#### Retrieving A Particular Disk
3535

0 commit comments

Comments
 (0)