mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-11 18:54:33 +00:00
Fixed typo
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user