Update: 2026-05-16 00:04:29
This commit is contained in:
@@ -112,7 +112,7 @@ final class QuotaMiddleware
|
|||||||
$stmt->execute([$tenantId]);
|
$stmt->execute([$tenantId]);
|
||||||
|
|
||||||
// Invalidate cache
|
// Invalidate cache
|
||||||
Cache::forget("quota_sub_{$tenantId}");
|
Cache::delete("quota_sub_{$tenantId}");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -112,7 +112,7 @@ final class QuotaMiddleware
|
|||||||
$stmt->execute([$tenantId]);
|
$stmt->execute([$tenantId]);
|
||||||
|
|
||||||
// Invalidate cache
|
// Invalidate cache
|
||||||
Cache::forget("quota_sub_{$tenantId}");
|
Cache::delete("quota_sub_{$tenantId}");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user