Selaa lähdekoodia

:fire: 注释的代码

visuddhinanda 3 vuotta sitten
vanhempi
sitoutus
1e4d2b70f3
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      app/Models/DhammaTerm.php

+ 2 - 2
app/Models/DhammaTerm.php

@@ -10,9 +10,9 @@ class DhammaTerm extends Model
     use HasFactory;
 
     protected $primaryKey = 'guid';
-    public  $incrementing = false;
-    //protected $keyType = "string";
     protected $casts = [
         'guid' => 'string'
     ];
+    public  $incrementing = false;
+
 }