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
+2
View File
@@ -9,6 +9,8 @@ class Plantel extends Model
{
protected $guarded = [];
public $timestamps = false;
public function planesPlantel() : BelongsToMany
{
return $this->belongsToMany(Plan::class);