just shape sth stage1

This commit is contained in:
2026-05-22 19:18:11 +03:30
parent 77a4e98058
commit 738b21e182
12 changed files with 248 additions and 109 deletions

View File

@@ -9,4 +9,6 @@ class FibTransaction extends Model
{
/** @use HasFactory<\Database\Factories\FibTransactionFactory> */
use HasFactory;
protected $guarded = ['id'];
}