Skip to content

Commit a0468f8

Browse files
committed
fix
1 parent 5c1540c commit a0468f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Traits/MorphOneWallet.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +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 */
5253
$slug = method_exists($model, 'getDynamicDefaultSlug')
5354
? $model->getDynamicDefaultSlug()
5455
: config('wallet.wallet.default.slug', 'default');

0 commit comments

Comments
 (0)