Inline variable

This commit is contained in:
Marcus Moore 2024-06-10 12:22:23 -07:00
parent 9044aa4ed9
commit c51b7d7104
No known key found for this signature in database

View file

@ -34,7 +34,7 @@ class OauthClients extends Component
'redirect' => 'required|url|max:255',
]);
$newClient = app(ClientRepository::class)->create(
app(ClientRepository::class)->create(
auth()->user()->id,
$this->name,
$this->redirect,