Fixed formatting of almost every file
This commit is contained in:
@@ -6,10 +6,9 @@
|
||||
namespace App\Http\Middleware;
|
||||
|
||||
use App\Models\Enums\UserState;
|
||||
use Auth;
|
||||
use Log;
|
||||
use Closure;
|
||||
use App\Models\User;
|
||||
use Auth;
|
||||
use Closure;
|
||||
|
||||
class ApiAuth
|
||||
{
|
||||
|
||||
@@ -8,10 +8,8 @@ class VerifyCsrfToken extends BaseVerifier
|
||||
{
|
||||
/**
|
||||
* The URIs that should be excluded from CSRF verification.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $except = [
|
||||
//
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user