Fixed typo

This commit is contained in:
Patrick Henninger
2018-12-28 03:38:26 +01:00
parent 4af50346eb
commit f38cdb4ba9

View File

@@ -345,7 +345,7 @@ namespace App\Models;
use Gloudemans\Shoppingcart\Contracts\Buyable; use Gloudemans\Shoppingcart\Contracts\Buyable;
use Illuminate\Database\Eloquent\Model; use Illuminate\Database\Eloquent\Model;
class Product exends Model implements Buyable { class Product extends Model implements Buyable {
public function getBuyableIdentifier($options = null) { public function getBuyableIdentifier($options = null) {
return $this->id; return $this->id;
} }