styleci tweaks

This commit is contained in:
ayan4m1 2018-09-15 19:59:07 -04:00
parent ace58dd1df
commit 670efa3544
2 changed files with 11 additions and 6 deletions

View file

@ -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;
}