mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 00:22:15 +00:00
controller refactoring part 10
This commit is contained in:
@@ -18,7 +18,7 @@ class GetSetupIntentController extends Controller
|
||||
public StripeService $stripe,
|
||||
) {}
|
||||
|
||||
public function setup_intent(): Response
|
||||
public function __invoke(): Response
|
||||
{
|
||||
return response(
|
||||
$this->stripe->getSetupIntent(Auth::user()), 201
|
||||
|
||||
Reference in New Issue
Block a user