Skip to content

Commit 2a31c93

Browse files
committed
Space fixes [skip ci]
1 parent 2be547b commit 2a31c93

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,15 +124,14 @@ namespace MyLibrary\Entity;
124124

125125
use JsonSerializable;
126126
use stdClass;
127-
128127
use Selami\Entity\Model;
129128
use Selami\Entity\EntityTrait;
130129

131130
final ProfileEntity implements JsonSerializable
132131
{
133132
private static schemaFile = 'models/profile';
134133

135-
use EntityTrait;
134+
use EntityTrait;
136135

137136
public static function create(string $id, ?stdClass $data=null)
138137
{

0 commit comments

Comments
 (0)