mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-11-29 18:27:44 +08:00
Added return type static
into Cacheable
.
This commit is contained in:
parent
517396566e
commit
c6f53bd7f8
@ -137,6 +137,7 @@ trait Cacheable
|
||||
|
||||
/**
|
||||
* @param bool $cache Whether to delete the model cache when batch update
|
||||
* @return Builder|static
|
||||
*/
|
||||
public static function query(bool $cache = false): Builder
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user