Se cargan las modificaciones para pasarela stripe
This commit is contained in:
@@ -17,6 +17,11 @@ class Nivel extends Model
|
||||
return $this->belongsToMany(Plantel::class)->withPivot('plantel_id');
|
||||
}
|
||||
|
||||
public function nivelPlane() : BelongsToMany
|
||||
{
|
||||
return $this->belongsToMany(Plane::class);
|
||||
}
|
||||
|
||||
public function existe($plantelId = null)
|
||||
{
|
||||
if (!$plantelId) {
|
||||
|
||||
Reference in New Issue
Block a user