mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-16 04:44:36 +00:00
Fixed all errors
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
|
||||
namespace Gloudemans\Tests\Shoppingcart\Fixtures;
|
||||
|
||||
class ProductModel
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class ProductModel extends Model
|
||||
{
|
||||
public $someValue = 'Some value';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user