Skip to content

Commit

Permalink
remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
thenotsoft committed Nov 20, 2020
1 parent 1346b2f commit 01f195b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ORM/Fixtures/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class User implements ImagedInterface
public $id;
public $email;
public $balance;
public $user_code=null;
public $user_code;

/** @var Profile */
public $profile;
Expand Down

0 comments on commit 01f195b

Please sign in to comment.