mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
CS fixes
This commit is contained in:
@@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
namespace App\Mail;
|
namespace App\Mail;
|
||||||
|
|
||||||
use App\Models\User;
|
|
||||||
use Illuminate\Bus\Queueable;
|
use Illuminate\Bus\Queueable;
|
||||||
use Illuminate\Mail\Mailable;
|
use Illuminate\Mail\Mailable;
|
||||||
use Illuminate\Queue\SerializesModels;
|
use Illuminate\Queue\SerializesModels;
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
* Copyright (c) 2014-2017 Yuuki Takezawa
|
* Copyright (c) 2014-2017 Yuuki Takezawa
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Smarty configure.
|
* Smarty configure.
|
||||||
* @author yuuki.takezawa<yuuki.takezawa@comnect.jp.net>
|
* @author yuuki.takezawa<yuuki.takezawa@comnect.jp.net>
|
||||||
* @license http://opensource.org/licenses/MIT MIT
|
* @license http://opensource.org/licenses/MIT MIT
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** @var \Illuminate\Database\Eloquent\Factory $factory */
|
/* @var \Illuminate\Database\Eloquent\Factory $factory */
|
||||||
$factory->define(App\User::class, function (Faker\Generator $faker) {
|
$factory->define(App\User::class, function (Faker\Generator $faker) {
|
||||||
static $password;
|
static $password;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user