Skip to content

Commit 21c5631

Browse files
committed
fix phpdoc
1 parent 0003c09 commit 21c5631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Traits/MorphOneWallet.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function wallet(): MorphOne
4949

5050
// Get the dynamic default slug from the related model, if available.
5151
// Otherwise, use the default slug from the configuration.
52-
/** @var class-string $slug */
52+
/** @var string $slug */
5353
$slug = method_exists($model, 'getDynamicDefaultSlug')
5454
? $model->getDynamicDefaultSlug()
5555
: config('wallet.wallet.default.slug', 'default');

0 commit comments

Comments
 (0)