/**
* Allows the application to load a custom or default identity.
*
* @param User $identity An optional identity object. If omitted, the factory user is created.
*
* @return $this
*
* @since 4.0.0
*/
public function loadIdentity(User $identity = null);