Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
HDVinnie
2019-11-05 22:40:30 +00:00
committed by StyleCI Bot
parent e9378b71fa
commit d889971834
285 changed files with 667 additions and 667 deletions
+8 -8
View File
@@ -13,25 +13,25 @@
namespace App\Http\Controllers;
use App\Models\Post;
use App\Models\Forum;
use App\Models\Topic;
use Illuminate\Support\Str;
use Illuminate\Http\Request;
use App\Repositories\ChatRepository;
use App\Achievements\UserMade25Posts;
use App\Achievements\UserMade50Posts;
use App\Achievements\UserMade100Posts;
use App\Achievements\UserMade200Posts;
use App\Achievements\UserMade25Posts;
use App\Achievements\UserMade300Posts;
use App\Achievements\UserMade400Posts;
use App\Achievements\UserMade500Posts;
use App\Achievements\UserMade50Posts;
use App\Achievements\UserMade600Posts;
use App\Achievements\UserMade700Posts;
use App\Achievements\UserMade800Posts;
use App\Achievements\UserMade900Posts;
use App\Achievements\UserMadeFirstPost;
use App\Models\Forum;
use App\Models\Post;
use App\Models\Topic;
use App\Repositories\ChatRepository;
use App\Repositories\TaggedUserRepository;
use Illuminate\Http\Request;
use Illuminate\Support\Str;
class TopicController extends Controller
{