Explorar o código

:fire: 注释的代码

visuddhinanda %!s(int64=3) %!d(string=hai) anos
pai
achega
1e4d2b70f3
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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;
+
 }