Merge pull request #10 from EaterOfCode/master

Fix bug where you have to login to see the homepage
master
Corné Oppelaar 8 years ago committed by GitHub
commit 7e65f45e91

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

Loading…
Cancel
Save