Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TiagoSilvaPereira authored Sep 30, 2017
1 parent 47b8c9e commit fcf92d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ And then, configure your uploadable fields for images and files inside your mode
```php
class Product extends Model
{
use SearchableTrait, Uploadable;
use Uploadable;

protected $fillable = [
'name',
Expand Down

0 comments on commit fcf92d4

Please sign in to comment.