Fix typo with identifier
This commit is contained in:
parent
0520014c0f
commit
4f3651b578
2 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@ class ApiKeyController extends ClientApiController
|
|||
->firstOrFail();
|
||||
|
||||
Activity::event('user:api-key.delete')
|
||||
->property('identifer', $key->identifier)
|
||||
->property('identifier', $key->identifier)
|
||||
->log();
|
||||
|
||||
$key->delete();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue