Skip to content

Commit

Permalink
Merge pull request concretecms#8733 from aembler/release/9.0.0
Browse files Browse the repository at this point in the history
lol; let's actually USE the dashboard navigation cache
  • Loading branch information
aembler authored Jun 9, 2020
2 parents a6a4b2e + e8cd456 commit 68fbc7c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ public function __construct(Session $session)

public function has()
{
return false;
return $this->session->has($this->getIdentifier());
}

Expand Down

0 comments on commit 68fbc7c

Please sign in to comment.