Added public property name

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2025-04-15 16:21:02 +01:00
parent 49fee3a211
commit c0c5699e38

View File

@@ -151,6 +151,7 @@ class User extends SnipeModel implements AuthenticatableContract, AuthorizableCo
* @return void
*/
public $name;
protected static function boot()
{
parent::boot();