diff --git a/Models/Profile.php b/Models/Profile.php index b790e0d..3a2d600 100755 --- a/Models/Profile.php +++ b/Models/Profile.php @@ -104,8 +104,8 @@ class Profile implements \JsonSerializable */ public function __construct(Account $account = null) { - $this->image = new NullMedia(); - $this->account = $account ?? new NullAccount(); + $this->image = new NullMedia(); + $this->account = $account ?? new NullAccount(); } /**