Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/2.x' into 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
tomirons committed Feb 26, 2021
2 parents 02a7a53 + 22aefcd commit 146b8b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Mailables/ActionMailable.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

class ActionMailable extends TuxedoMessage
{
use HasAction,
HasLine;
use HasAction;
use HasLine;

/**
* The Markdown template for the message (if applicable).
Expand Down
4 changes: 2 additions & 2 deletions src/Mailables/InvoiceMailable.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

class InvoiceMailable extends TuxedoMessage
{
use HasAction,
HasLine;
use HasAction;
use HasLine;

/**
* The Markdown template for the message (if applicable).
Expand Down

0 comments on commit 146b8b4

Please sign in to comment.