App\Events\QuoteWasCreated::__construct PHP Method

__construct() public method

Create a new event instance.
public __construct ( $quote )
$quote
    public function __construct($quote)
    {
        $this->quote = $quote;
    }
QuoteWasCreated