mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-17 07:08:19 +00:00
Fix file names, ignore installer in test env
This commit is contained in:
@@ -26,6 +26,9 @@ class Installer
|
||||
*/
|
||||
public function handle($request, Closure $next)
|
||||
{
|
||||
if(env('APP_ENV') === 'testing') {
|
||||
return $next($request);
|
||||
}
|
||||
$url = $request->url();
|
||||
$strpos = stripos($url, '/install');
|
||||
if (!($strpos === false)) {
|
||||
|
||||
Reference in New Issue
Block a user