mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-08 14:04:50 +00:00
Setup pint & run code style fix
This commit is contained in:
@@ -2,18 +2,17 @@
|
||||
|
||||
namespace InvoiceShelf\Http\Controllers\V1\Customer\Payment;
|
||||
|
||||
use Illuminate\Http\Request;
|
||||
use InvoiceShelf\Http\Controllers\Controller;
|
||||
use InvoiceShelf\Http\Resources\Customer\PaymentMethodResource;
|
||||
use InvoiceShelf\Models\Company;
|
||||
use InvoiceShelf\Models\PaymentMethod;
|
||||
use Illuminate\Http\Request;
|
||||
|
||||
class PaymentMethodController extends Controller
|
||||
{
|
||||
/**
|
||||
* Handle the incoming request.
|
||||
*
|
||||
* @param \Illuminate\Http\Request $request
|
||||
* @return \Illuminate\Http\Response
|
||||
*/
|
||||
public function __invoke(Request $request, Company $company)
|
||||
|
||||
Reference in New Issue
Block a user