Skip to content

Commit 13a838e

Browse files
committed
Update README.md
1 parent e91c639 commit 13a838e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,9 @@ public function boot(): void
678678

679679
#### Per-Metric Custom Model
680680

681-
To use different metric models for different metrics, use the `model()` method on `PendingMetric`:
681+
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:
682684

683685
```php
684686
use App\Models\ApiMetric;

0 commit comments

Comments
 (0)