Skip to content

Commit

Permalink
Merge pull request #59 from insane-code/feat/0.x-fees
Browse files Browse the repository at this point in the history
add quote events
  • Loading branch information
jesusantguerrero authored May 31, 2024
2 parents ac0d95e + eb453d6 commit 34bf3fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Events/QuoteDeleted.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use Illuminate\Foundation\Events\Dispatchable;
use Illuminate\Broadcasting\InteractsWithSockets;

class QuoteCreated {
class QuoteDeleted {
use Dispatchable, InteractsWithSockets, SerializesModels;

public function __construct(public Quote $quote) {}
Expand Down
2 changes: 1 addition & 1 deletion src/Jobs/Quote/CreateQuoteLine.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Insane\Journal\Jobs\quote;
namespace Insane\Journal\Jobs\Quote;

use Illuminate\Bus\Queueable;
use Illuminate\Queue\SerializesModels;
Expand Down

0 comments on commit 34bf3fe

Please sign in to comment.