m
This commit is contained in:
@@ -11,8 +11,7 @@ class AddCard extends Model
|
||||
|
||||
protected $table = 'add_card';
|
||||
public $timestamps = false;
|
||||
protected $primaryKey = null;
|
||||
public $incrementing = false;
|
||||
protected $primaryKey = 'id';
|
||||
|
||||
protected $fillable = [
|
||||
'buyer',
|
||||
|
||||
Reference in New Issue
Block a user