We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e91c639 commit 13a838eCopy full SHA for 13a838e
README.md
@@ -678,7 +678,9 @@ public function boot(): void
678
679
#### Per-Metric Custom Model
680
681
-To use different metric models for different metrics, use the `model()` method on `PendingMetric`:
+To use different metric models for different metrics, use the `model()` method on `PendingMetric`.
682
+
683
+Keep in mind you will have to duplicate the `metrics` table and its columns for each custom model:
684
685
```php
686
use App\Models\ApiMetric;
0 commit comments