feature: keep sidebar and add service layer
This commit is contained in:
@@ -10,6 +10,9 @@ class AddCard extends Model
|
||||
use HasFactory;
|
||||
|
||||
protected $table = 'add_card';
|
||||
public $timestamps = false;
|
||||
protected $primaryKey = null;
|
||||
public $incrementing = false;
|
||||
|
||||
protected $fillable = [
|
||||
'buyer',
|
||||
|
||||
Reference in New Issue
Block a user