Skip to content

v3.0.25

Compare
Choose a tag to compare
@atmonshi atmonshi released this 02 Mar 01:06
· 258 commits to 3.x since this release
32267d0

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