Skip to content

Commit 0ec2d01

Browse files
committed
Add Disk facade.
1 parent 7dc60a8 commit 0ec2d01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/app.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@
170170
'Cookie' => 'Illuminate\Support\Facades\Cookie',
171171
'Crypt' => 'Illuminate\Support\Facades\Crypt',
172172
'DB' => 'Illuminate\Support\Facades\DB',
173+
'Disk' => 'Illuminate\Support\Facades\Disk',
173174
'Eloquent' => 'Illuminate\Database\Eloquent\Model',
174175
'Event' => 'Illuminate\Support\Facades\Event',
175176
'File' => 'Illuminate\Support\Facades\File',

0 commit comments

Comments
 (0)