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 IndieAuth\Client;
|
||||||
use Illuminate\Http\Request;
|
use Illuminate\Http\Request;
|
||||||
use App\Services\TokenService;
|
use App\Services\TokenService;
|
||||||
use Illuminate\Cookie\CookieJar;
|
|
||||||
use App\Services\IndieAuthService;
|
use App\Services\IndieAuthService;
|
||||||
|
|
||||||
class IndieAuthController extends Controller
|
class IndieAuthController extends Controller
|
||||||
|
|
|
@ -166,7 +166,7 @@ class MicropubController extends Controller
|
||||||
return response()->json([
|
return response()->json([
|
||||||
'response' => 'error',
|
'response' => 'error',
|
||||||
'error' => 'no_token',
|
'error' => 'no_token',
|
||||||
'error_description' => 'No token provided with request'
|
'error_description' => 'No token provided with request',
|
||||||
], 400);
|
], 400);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue