瀏覽代碼

Ultimi fix presenze

Luca Parisio 6 月之前
父節點
當前提交
f0e6f71eeb
共有 2 個文件被更改,包括 2 次插入2 次删除
  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"];