Improve test coverage.

This commit is contained in:
James Cole
2019-07-24 19:02:41 +02:00
parent 226e2f7185
commit ee95606ec0
39 changed files with 378 additions and 234 deletions

View File

@@ -155,8 +155,7 @@ trait UserNavigation
$url = app('url')->previous();
session()->put($identifier, $url);
//Log::debug(sprintf('Will put previous URI in cache under key %s: %s', $identifier, $url));
return;
//return;
}
//Log::debug(sprintf('The users session contains errors somehow so we will not remember the URI!: %s', var_export($errors, true)));
}