This website works better with JavaScript.
Home
Explore
Help
Sign In
Laclic
/
Souke
Watch
5
Star
0
Fork
1
Code
Issues
1
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Model User : correctif getName()
feature/souke
Guillaume
1 year ago
parent
9e2346f88a
commit
add2a78293
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
common/logic/User/User/Model/User.php
+ 1
- 1
common/logic/User/User/Model/User.php
View File
@@ -246,7 +246,7 @@ class User extends ActiveRecordCommon implements IdentityInterface
return $this->hasMany(Order::class, ['id_user' => 'id']);
}
public function getName(): string
public function getName():
?
string
{
return $this->name;
}
Write
Preview
Loading…
Cancel
Save