Apply Laravel Pint fixes

This commit is contained in:
Bubka
2023-03-26 17:13:32 +02:00
parent 1e0c0b8cfc
commit ac6c715e9a
73 changed files with 33 additions and 247 deletions

View File

@ -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()]);
});