Skip to content

Commit

Permalink
fix phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
rez1dent3 committed Jul 23, 2024
1 parent 0003c09 commit 21c5631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Traits/MorphOneWallet.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function wallet(): MorphOne

// Get the dynamic default slug from the related model, if available.
// Otherwise, use the default slug from the configuration.
/** @var class-string $slug */
/** @var string $slug */
$slug = method_exists($model, 'getDynamicDefaultSlug')
? $model->getDynamicDefaultSlug()
: config('wallet.wallet.default.slug', 'default');
Expand Down

0 comments on commit 21c5631

Please sign in to comment.