From e92c1e7beaeccec4554c7461ad7a8b181fff54ff Mon Sep 17 00:00:00 2001 From: Marcus Moore Date: Wed, 19 Apr 2023 17:22:56 -0700 Subject: [PATCH] Minor docblock update --- app/Listeners/CheckoutableListener.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Listeners/CheckoutableListener.php b/app/Listeners/CheckoutableListener.php index 37e8b7f888..38e5819b80 100644 --- a/app/Listeners/CheckoutableListener.php +++ b/app/Listeners/CheckoutableListener.php @@ -29,8 +29,8 @@ class CheckoutableListener ]; /** - * Notify the user and post to webhook about the checked out checkoutable and add a record to the - * checkout_requests table. + * Notify the user and post to webhook about the checked out checkoutable + * and add a record to the checkout_requests table. */ public function onCheckedOut($event) {