Added sig and filename to acceptedCheckout method
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
8e85d316c9
commit
afb3843fad
1 changed files with 2 additions and 1 deletions
|
@ -17,8 +17,9 @@ trait Acceptable
|
||||||
* @param User $acceptedBy
|
* @param User $acceptedBy
|
||||||
* @param string $signature
|
* @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…
Add table
Reference in a new issue