debug code

This commit is contained in:
2025-08-04 12:06:18 +03:30
parent 07d8202469
commit ab6d6f2cb0
15 changed files with 18 additions and 16 deletions

View File

@@ -10,7 +10,6 @@ class Harim extends Model
{
use HasFactory;
protected $guarded = [];
protected $table = 'harim';
public function histories(): HasMany
{