Skip to content

Commit

Permalink
pref: set socpe method with static (#730)
Browse files Browse the repository at this point in the history
  • Loading branch information
greezen authored Oct 30, 2024
1 parent 11975c7 commit 62bad03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/model-hashids/src/Concerns/HasHashid.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
use function Hyperf\Config\config;

/**
* @method Model|null findByHashid($hashid)
* @method Model findByHashidOrFail($hashid)
* @method static Model|null findByHashid($hashid)
* @method static Model findByHashidOrFail($hashid)
*/
trait HasHashid
{
Expand Down

0 comments on commit 62bad03

Please sign in to comment.