LiuJ 3 일 전
부모
커밋
a0a6fec6ff
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Model/complaint.php

+ 1 - 1
app/Model/complaint.php

@@ -15,7 +15,7 @@ class Complaint extends Model
     /**
      * The table associated with the model.
      */
-    protected ?string $table =  'complaint';
+    protected ?string $table =   'complaint';
 
     /**
      * The attributes that are mass assignable.