Skip to content

Commit 9e6a92e

Browse files
authored
format code (#7654)
1 parent 2d00d4f commit 9e6a92e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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)