mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
Added sig and filename to acceptedCheckout method
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
8e85d316c9
commit
afb3843fad
|
@ -17,8 +17,9 @@ trait Acceptable
|
|||
* @param User $acceptedBy
|
||||
* @param string $signature
|
||||
*/
|
||||
public function acceptedCheckout(User $acceptedBy, $signature)
|
||||
public function acceptedCheckout(User $acceptedBy, $signature, $filename = null)
|
||||
{
|
||||
\Log::debug('acceptedCheckout in Acceptable trait fired, tho it doesn\'t do anything?');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue