Skip to content

Commit

Permalink
Service container
Browse files Browse the repository at this point in the history
  • Loading branch information
bcarroll22 committed Feb 25, 2015
1 parent 9b60fd4 commit 99f0e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filesystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ When using the `local` driver, note that all file operations are relative to the
<a name="basic-usage"></a>
## Basic Usage

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).
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).

#### Retrieving A Particular Disk

Expand Down

0 comments on commit 99f0e2e

Please sign in to comment.