style: Pint 포맷팅 적용
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
namespace App\Models\Barobill;
|
||||
|
||||
use App\Models\Tenants\Tenant;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
use Illuminate\Database\Eloquent\Relations\BelongsTo;
|
||||
use App\Models\Tenants\Tenant;
|
||||
|
||||
/**
|
||||
* 바로빌 카드 사용내역 모델
|
||||
@@ -103,6 +103,6 @@ public static function getByDateRange(int $tenantId, string $startDate, string $
|
||||
$query->where('card_num', $cardNum);
|
||||
}
|
||||
|
||||
return $query->get()->keyBy(fn($item) => $item->unique_key);
|
||||
return $query->get()->keyBy(fn ($item) => $item->unique_key);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user