Se modifican procesos para pagos en linea a travez de stripe
This commit is contained in:
+2
-2
@@ -125,9 +125,9 @@ class User extends Authenticatable
|
||||
}
|
||||
|
||||
|
||||
public function prospectos() : BelongsToMany
|
||||
public function alumnos() : BelongsToMany
|
||||
{
|
||||
return $this->belongsToMany(Prospecto::class);
|
||||
return $this->belongsToMany(Alumno::class);
|
||||
}
|
||||
|
||||
protected static function booted()
|
||||
|
||||
Reference in New Issue
Block a user