Changed the props to fromArray docs
This commit is contained in:
parent
3d5050ef34
commit
9d0cd8787d
@ -48,7 +48,7 @@ class User
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param string[] $props Properties of the User model
|
* @param array $props Properties of the User model
|
||||||
* @return User
|
* @return User
|
||||||
*/
|
*/
|
||||||
public static function fromArray(array $props): User
|
public static function fromArray(array $props): User
|
||||||
|
Loading…
Reference in New Issue
Block a user