Files
hub/app/Http/Controllers/CheckoutController.php
Jon Leopard caf4b8e302 style: auto-fix code style with Laravel Pint
Fixed 222 style issues across 399 files:
- class_definition, braces_position formatting
- concat_space, trailing_comma_in_multiline
- ordered_imports, no_unused_imports
- not_operator_with_successor_space
- no_whitespace_in_blank_line
- single_blank_line_at_eof
- And many more PSR-12/Laravel conventions

All files now pass Laravel Pint code style checks.
2025-10-23 00:01:18 -07:00

9 lines
95 B
PHP

<?php
namespace App\Http\Controllers;
class CheckoutController extends Controller
{
//
}