Skip to content

Commit

Permalink
Add correct params to TransactionObserver (#815)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmitchell authored Jan 19, 2023
1 parent 7021988 commit fada0b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/Observers/TransactionObserver.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
class TransactionObserver
{
/**
* Handle the OrderLine "updated" event.
* Handle the Transaction "created" event.
*
* @param \Lunar\Models\OrderLine $orderLine
* @param \Lunar\Models\Transaction $orderLine
* @return void
*/
public function created(Transaction $transaction)
Expand Down

0 comments on commit fada0b5

Please sign in to comment.