Explorar el Código

Ultimi fix presenze

Luca Parisio hace 6 meses
padre
commit
f0e6f71eeb
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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"];