Skip to content

Commit

Permalink
Merge pull request #25 from tomirons/analysis-peJJZ2
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI

[ci skip] [skip ci]
  • Loading branch information
tomirons authored Feb 20, 2021
2 parents 8e6e94a + d16b197 commit 22aefcd
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 @@ -9,8 +9,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 22aefcd

Please sign in to comment.