v3.0.25
What's Changed
Breaking change:
I added a new trait for getting the user name
so you have to add this to your user model:
use \LaraZeus\Bolt\Models\Concerns\BelongToBolt;
This will allow you to get the user name by another attribute like full_name
Full Changelog: v3.0.24...v3.0.25