Skip to content

Commit d549748

Browse files
authored
Fixed test cases (#7643)
1 parent a8d2920 commit d549748

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Model/Model.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
use JsonSerializable;
3030
use Psr\EventDispatcher\EventDispatcherInterface;
3131
use Psr\EventDispatcher\StoppableEventInterface;
32+
use Stringable;
3233
use Throwable;
3334

3435
use function Hyperf\Collection\collect;
@@ -40,7 +41,7 @@
4041
/**
4142
* @mixin ModelIDE
4243
*/
43-
abstract class Model implements ArrayAccess, Arrayable, Jsonable, JsonSerializable, CompressInterface
44+
abstract class Model implements Stringable, ArrayAccess, Arrayable, Jsonable, JsonSerializable, CompressInterface
4445
{
4546
use Concerns\HasAttributes;
4647
use Concerns\HasEvents;

0 commit comments

Comments
 (0)