diff --git a/app/Models/Traits/Acceptable.php b/app/Models/Traits/Acceptable.php index b0ddd665a..967d878fa 100644 --- a/app/Models/Traits/Acceptable.php +++ b/app/Models/Traits/Acceptable.php @@ -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?'); } /**