mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 20:22:07 +00:00
First working version of the group collector.
This commit is contained in:
@@ -54,6 +54,7 @@ class Installer
|
||||
*/
|
||||
public function handle($request, Closure $next)
|
||||
{
|
||||
Log::debug(sprintf('Installer middleware for URI %s', $request->url()));
|
||||
// ignore installer in test environment.
|
||||
if ('testing' === config('app.env')) {
|
||||
return $next($request);
|
||||
|
Reference in New Issue
Block a user