mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-16 00:27:49 +02:00
Apply Laravel Pint fixes
This commit is contained in:
@ -18,7 +18,7 @@ use Illuminate\Support\Facades\Route;
|
||||
/**
|
||||
* DEPRECATED - Unprotected routes
|
||||
*/
|
||||
Route::get('user/name', function() {
|
||||
Route::get('user/name', function () {
|
||||
return response()->json(['deprecation' => true], 200, ['Deprecation' => Date::createFromDate(2023, 03, 21)->toRfc7231String()]);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user