Skip to content

Commit

Permalink
Fixed jumbled headings
Browse files Browse the repository at this point in the history
  • Loading branch information
mcraz committed Feb 4, 2015
1 parent 4deba2b commit 19c5df4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions filesystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ The `Storage` facade may be used to interact with any of your configured disks.

$disk = Storage::disk('local');

#### Calling Methods On The Default Disk
#### Determining If A File Exists

$exists = Storage::disk('s3')->exists('file.jpg');

#### Determining If A File Exists
#### Calling Methods On The Default Disk

if (Storage::exists('file.jpg'))
{
Expand Down

0 comments on commit 19c5df4

Please sign in to comment.