Added some more ignores, edited some middleware.

This commit is contained in:
James Cole
2015-05-11 22:12:53 +02:00
parent e46e366694
commit 22f4d2979a
4 changed files with 7 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ class Range
*/
public function handle(Request $request, Closure $theNext)
{
if ($this->auth->check() && App::environment() != 'testing') {
if ($this->auth->check()) {
// ignore preference. set the range to be the current month:
if (!Session::has('start') && !Session::has('end')) {