mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Inline variable
This commit is contained in:
parent
9044aa4ed9
commit
c51b7d7104
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue