LiuJ vor 3 Tagen
Ursprung
Commit
a0a6fec6ff
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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.