Skip to content

Commit

Permalink
Add Disk facade.
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jan 26, 2015
1 parent 7dc60a8 commit 0ec2d01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@
'Cookie' => 'Illuminate\Support\Facades\Cookie',
'Crypt' => 'Illuminate\Support\Facades\Crypt',
'DB' => 'Illuminate\Support\Facades\DB',
'Disk' => 'Illuminate\Support\Facades\Disk',
'Eloquent' => 'Illuminate\Database\Eloquent\Model',
'Event' => 'Illuminate\Support\Facades\Event',
'File' => 'Illuminate\Support\Facades\File',
Expand Down

0 comments on commit 0ec2d01

Please sign in to comment.