Merge pull request #9 from EaterOfCode/fixHomeLogin

fix bug where you have to login to see the homepage
This commit is contained in:
Corné Oppelaar 2016-06-21 00:17:40 +02:00 committed by GitHub
commit 821f904ca4

View file

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