Apply fixes from StyleCI

This commit is contained in:
HDVinnie
2019-02-22 13:16:32 +00:00
committed by StyleCI Bot
parent 3c87845e54
commit e0e1aa924b
55 changed files with 94 additions and 94 deletions
+1 -1
View File
@@ -16,9 +16,9 @@ namespace App\Http\Controllers;
use App\Models\User;
use App\Models\Report;
use App\Models\Torrent;
use App\Models\TorrentRequest;
use Brian2694\Toastr\Toastr;
use Illuminate\Http\Request;
use App\Models\TorrentRequest;
class ReportController extends Controller
{