mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-21 17:12:15 +00:00
Fix backend code styling
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user