From f38cdb4ba9bbf4999824e8f8213f374829c232b7 Mon Sep 17 00:00:00 2001 From: Patrick Henninger Date: Fri, 28 Dec 2018 03:38:26 +0100 Subject: [PATCH] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a724060..761cf6c 100644 --- a/README.md +++ b/README.md @@ -345,7 +345,7 @@ namespace App\Models; use Gloudemans\Shoppingcart\Contracts\Buyable; use Illuminate\Database\Eloquent\Model; -class Product exends Model implements Buyable { +class Product extends Model implements Buyable { public function getBuyableIdentifier($options = null) { return $this->id; }