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 0003c09 commit 21c5631Copy full SHA for 21c5631
src/Traits/MorphOneWallet.php
@@ -49,7 +49,7 @@ public function wallet(): MorphOne
49
50
// Get the dynamic default slug from the related model, if available.
51
// Otherwise, use the default slug from the configuration.
52
- /** @var class-string $slug */
+ /** @var string $slug */
53
$slug = method_exists($model, 'getDynamicDefaultSlug')
54
? $model->getDynamicDefaultSlug()
55
: config('wallet.wallet.default.slug', 'default');
0 commit comments