Skip to content

Commit

Permalink
Reference Eloquent Model in use statements
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Hall committed Feb 6, 2018
1 parent 00da00b commit d971bbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ For example, if you had a `Product` model, you can change it as follows.
<?php
namespace App;

use Illuminate\Database\Eloquent\Model;
use DivineOmega\LaravelExtendableBasket\Interfaces\Basketable;

class Product extends Model implements Basketable {
Expand Down

0 comments on commit d971bbc

Please sign in to comment.