Allow shipping tables pages to be extended#2246
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
WalkthroughThe method name getPages() was renamed to getDefaultPages() in three resource classes within the table-rate-shipping package. The method logic and returned routing configurations remain unchanged in each class; only the method names and their signatures were updated. Changes
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (3)
🧰 Additional context used🧬 Code Graph Analysis (3)packages/table-rate-shipping/src/Filament/Resources/ShippingMethodResource.php (2)
packages/table-rate-shipping/src/Filament/Resources/ShippingZoneResource.php (2)
packages/table-rate-shipping/src/Filament/Resources/ShippingExclusionListResource.php (2)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (20)
🔇 Additional comments (4)
✨ Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
The shipping tables resources should use getDefaultPages() not getPages() so that they can be extended.
Summary by CodeRabbit