Skip to content

Commit

Permalink
Case bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiandedeyne committed Jun 23, 2015
1 parent 916e000 commit dc08ae4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All Notable changes to `laravel-medialibrary` will be documented in this file

#1.6.1
- Bugfix: Fixed wrong case in a class import

#1.6.0
- Added: `Spatie\MediaLibrary\Models\Media::getHumanReadableFileSize()`

Expand Down
2 changes: 1 addition & 1 deletion src/Models/Media.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use Eloquent;
use GlideImage;
use Spatie\MediaLibrary\Utility\FIle;
use Spatie\MediaLibrary\Utility\File;

class Media extends Eloquent
{
Expand Down

0 comments on commit dc08ae4

Please sign in to comment.