visuddhinanda пре 3 година
родитељ
комит
1e4d2b70f3
1 измењених фајлова са 2 додато и 2 уклоњено
  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;
+
 }