Fix backend code styling

This commit is contained in:
MakingCG
2021-07-22 15:28:36 +00:00
committed by GitHub Actions
parent fffede1c10
commit 7cb485fb43
50 changed files with 80 additions and 97 deletions

View File

@@ -1,12 +1,11 @@
<?php
namespace Support\Middleware;
use Schema;
use Closure;
use Doctrine\DBAL\Driver\PDOException;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\DB;
use Schema;
use Doctrine\DBAL\Driver\PDOException;
class ProtectSetupWizardRoutes
{
@@ -25,7 +24,6 @@ class ProtectSetupWizardRoutes
}
return $next($request);
} catch (PDOException $e) {
return $next($request);
}