mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
Minor docblock update
This commit is contained in:
parent
144382e57a
commit
e92c1e7bea
|
@ -29,8 +29,8 @@ class CheckoutableListener
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Notify the user and post to webhook about the checked out checkoutable and add a record to the
|
* Notify the user and post to webhook about the checked out checkoutable
|
||||||
* checkout_requests table.
|
* and add a record to the checkout_requests table.
|
||||||
*/
|
*/
|
||||||
public function onCheckedOut($event)
|
public function onCheckedOut($event)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue