Skip to content

Commit fefa18d

Browse files
committed
filesystem.md: Rename Disk to Storage
1 parent 8ec358b commit fefa18d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

filesystem.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ The first argument of the `extend` method is the name of the driver and the seco
123123

124124
<?php namespace App\Providers;
125125

126-
use Disk;
126+
use Storage;
127127
use League\Flysystem\Filesystem;
128128
use Dropbox\Client as DropboxClient;
129129
use League\Flysystem\Dropbox\DropboxAdapter;
@@ -132,7 +132,7 @@ The first argument of the `extend` method is the name of the driver and the seco
132132

133133
public function boot()
134134
{
135-
Disk::extend('dropbox', function($app, $config)
135+
Storage::extend('dropbox', function($app, $config)
136136
{
137137
$client = new DropboxClient($config['accessToken'], $config['clientIdentifier']);
138138

0 commit comments

Comments
 (0)