Skip to content

Commit 76df6c3

Browse files
remove incorrect doc
1 parent fc11f4c commit 76df6c3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,6 @@ $result->getWidth(); // Get the width of the uploaded file
122122
$result->getHeight(); // Get the height of the uploaded file
123123
$result->getTimeUploaded(); // Get the time the file was uploaded
124124

125-
/**
126-
* You can also retrieve a url if you have a public id
127-
*/
128-
129-
$url = Storage::disk('cloudinary')->url($publicId);
130-
```
131125

132126
**Attach Files** to Laravel **Eloquent Models**:
133127

0 commit comments

Comments
 (0)