Bläddra i källkod

Ultimi fix presenze

Luca Parisio 6 månader sedan
förälder
incheckning
f0e6f71eeb
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. 1 1
      resources/views/livewire/calendar.blade.php
  2. 1 1
      routes/web.php

+ 1 - 1
resources/views/livewire/calendar.blade.php

@@ -42,7 +42,7 @@
                             <h3 class="time">ORA</h3>
                         </div>
                         <div class="col-md-6">
-                            <label class="form-label date">Martdì aaa</label>
+                            <label class="form-label date">Martedì aaa</label>
                             <h3 class="title">Padel</h3>
                         </div>
                     </div>                    

+ 1 - 1
routes/web.php

@@ -596,7 +596,7 @@ Route::get('/get_record_in', function () {
     //});
 
     $start = 0;
-    $limit = 100000;
+    $limit = 1000000000;
 
     if (isset($_GET["start"])) {
         $start = $_GET["start"];