fix: cash record policy, observer, n+1 query

This commit is contained in:
2026-05-11 18:56:54 +00:00
parent 3bc0fa58ac
commit f89bedb0fd
6 changed files with 27 additions and 29 deletions
@@ -19,6 +19,9 @@ class CashRecordResource extends Resource
protected static string|\UnitEnum|null $navigationGroup = 'Keuangan';
protected static ?string $navigationLabel = 'Transaksi';
protected static ?string $modelLabel = 'Transaksi';
protected static ?string $pluralModelLabel = 'Transaksi';
public static function form(Schema $form): Schema
{