se agrega modelo de asistencias, correcciones de codigo qr y procesador de unsubscribes
This commit is contained in:
@@ -13,6 +13,7 @@ class Plan extends Model
|
||||
{
|
||||
return $this->belongsToMany(Plantel::class)->withPivot('plantel_id');
|
||||
}
|
||||
public $timestamps = false;
|
||||
|
||||
public function existe($plantelId = null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user