for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Charcoal\User;
/**
* Concrete implementation of UserInterface
*/
class GenericUser extends AbstractUser
{
* @return string
public static function sessionKey()
return 'charcoal.user';
}