Apply fixes from StyleCI
This commit is contained in:
parent
0ca17f2d0a
commit
1c03cb4cec
2 changed files with 1 additions and 2 deletions
|
@ -5,7 +5,6 @@ namespace App\Http\Controllers;
|
|||
use IndieAuth\Client;
|
||||
use Illuminate\Http\Request;
|
||||
use App\Services\TokenService;
|
||||
use Illuminate\Cookie\CookieJar;
|
||||
use App\Services\IndieAuthService;
|
||||
|
||||
class IndieAuthController extends Controller
|
||||
|
|
|
@ -166,7 +166,7 @@ class MicropubController extends Controller
|
|||
return response()->json([
|
||||
'response' => 'error',
|
||||
'error' => 'no_token',
|
||||
'error_description' => 'No token provided with request'
|
||||
'error_description' => 'No token provided with request',
|
||||
], 400);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue