mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:01:24 +00:00
Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
@@ -33,8 +33,8 @@ class SendInvite extends Mailable
|
||||
/**
|
||||
* SendInvite constructor.
|
||||
*
|
||||
* @param \App\Models\User $user
|
||||
* @param $invite
|
||||
* @param \App\Models\User $user
|
||||
* @param $invite
|
||||
*/
|
||||
public function __construct($user, $invite)
|
||||
{
|
||||
@@ -48,6 +48,7 @@ class SendInvite extends Mailable
|
||||
* Build the message.
|
||||
*
|
||||
* @return $this
|
||||
*
|
||||
* @throws \Exception
|
||||
*/
|
||||
public function build()
|
||||
|
||||
Reference in New Issue
Block a user