runlinenl / nova-profile-tool

This package adds a tool for Laravel nova to let a user manage their profile data
MIT License
37 stars 40 forks source link

Accessing proprites (is that a stupid question?) #54

Closed HeadStudios closed 2 years ago

HeadStudios commented 2 years ago

So I just looked through the documentation but I can't find how to actually "get" the profile properties and use it in my code.. I think I did it before... any input much appreciated (I'm checking code base now)

HeadStudios commented 2 years ago

Never mind just looked through I guess

return \Outl1ne\NovaSettings\NovaSettings::getSettings(); should do it... thanks!