styleci tweaks
This commit is contained in:
parent
ace58dd1df
commit
670efa3544
2 changed files with 11 additions and 6 deletions
|
@ -2,9 +2,9 @@
|
|||
|
||||
namespace Pterodactyl\Notifications;
|
||||
|
||||
use Illuminate\Notifications\Messages\MailMessage;
|
||||
use Illuminate\Notifications\Notification;
|
||||
use Pterodactyl\Models\User;
|
||||
use Illuminate\Notifications\Notification;
|
||||
use Illuminate\Notifications\Messages\MailMessage;
|
||||
|
||||
class MailTested extends Notification
|
||||
{
|
||||
|
@ -13,7 +13,8 @@ class MailTested extends Notification
|
|||
*/
|
||||
private $user;
|
||||
|
||||
public function __construct(User $user) {
|
||||
public function __construct(User $user)
|
||||
{
|
||||
$this->user = $user;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue