Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

v6.0.2

Compare
Choose a tag to compare
@stevebauman stevebauman released this 30 Mar 17:34
· 81 commits to master since this release

Added

Changed

  • Exceptions are now thrown when the LDAP users GUID or Username is empty upon import - 9fe1443 - #693

Fixed

  • Ensure $guard property exists prior to model binding - 980665f - #696
  • Properly return null when false is returned in the UserResolver::byId() method by a failed connection - 4578285