fix bug where you have to login to see the homepage

master
Corne Oppelaar 8 years ago
parent 8908b2aa66
commit f22bc53e98

@ -6,6 +6,8 @@ use Eater\Glim\Service\GitHub;
class Home extends Session
{
protected $shouldHaveUser = false;
function handle()
{
/** @var GitHub $github */

Loading…
Cancel
Save