Basic implementation of payment methods
This commit is contained in:
@@ -7,5 +7,5 @@ use App\Scopes\CommonModel;
|
||||
class EventPaymentMethods extends CommonModel
|
||||
{
|
||||
protected $table = 'event_payment_methods';
|
||||
protected $fillable = ['event_id', 'available_payment_method_id'];
|
||||
protected $fillable = ['event_id', 'slug'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user