Ken 1 vecka sedan
förälder
incheckning
0c8eae5daa
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      app/Models/CaoHistory.php

+ 1 - 1
app/Models/CaoHistory.php

@@ -17,7 +17,7 @@ use Laravel\Sanctum\HasApiTokens;
 class CaoHistory extends Authenticatable
 {
     use HasApiTokens, Notifiable;
-    protected $table = 'cao';
+    protected $table = 'cao_history';
     protected $hidden = ['created_at', 'updated_at'];
     protected $fillable = ['date', 'total', 'big', 'small', 'odd', 'even', 'big_odd', 'big_even', 'small_odd',
         'small_even', 'max', 'min', 'pair', 'sequence', 'leopard',