se agrega modelo de asistencias, correcciones de codigo qr y procesador de unsubscribes

This commit is contained in:
2026-02-20 16:11:57 -06:00
parent cf4037cb80
commit 9e227f9653
67 changed files with 691 additions and 114 deletions
+1
View File
@@ -13,6 +13,7 @@ class Plan extends Model
{
return $this->belongsToMany(Plantel::class)->withPivot('plantel_id');
}
public $timestamps = false;
public function existe($plantelId = null)
{