File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 170
170
'Cookie ' => 'Illuminate\Support\Facades\Cookie ' ,
171
171
'Crypt ' => 'Illuminate\Support\Facades\Crypt ' ,
172
172
'DB ' => 'Illuminate\Support\Facades\DB ' ,
173
- 'Disk ' => 'Illuminate\Support\Facades\Disk ' ,
174
173
'Eloquent ' => 'Illuminate\Database\Eloquent\Model ' ,
175
174
'Event ' => 'Illuminate\Support\Facades\Event ' ,
176
175
'File ' => 'Illuminate\Support\Facades\File ' ,
189
188
'Route ' => 'Illuminate\Support\Facades\Route ' ,
190
189
'Schema ' => 'Illuminate\Support\Facades\Schema ' ,
191
190
'Session ' => 'Illuminate\Support\Facades\Session ' ,
191
+ 'Storage ' => 'Illuminate\Support\Facades\Storage ' ,
192
192
'URL ' => 'Illuminate\Support\Facades\URL ' ,
193
193
'Validator ' => 'Illuminate\Support\Facades\Validator ' ,
194
194
'View ' => 'Illuminate\Support\Facades\View ' ,
You can’t perform that action at this time.
0 commit comments