Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
zyml authored and StyleCIBot committed Sep 17, 2017
1 parent 7728b60 commit f2ac525
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/Http/Controllers/ConfessionsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
namespace NUSWhispers\Http\Controllers;

use Illuminate\Http\Request;
use Illuminate\Support\Facades\Cache;
use Illuminate\Support\Facades\DB;
use NUSWhispers\Models\ApiKey;
use Illuminate\Support\Facades\DB;
use NUSWhispers\Models\Confession;
use Illuminate\Support\Facades\Cache;
use NUSWhispers\Services\ConfessionService;
use NUSWhispers\Services\FacebookBatchProcessor;

Expand Down
2 changes: 1 addition & 1 deletion app/Http/Controllers/TagsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace NUSWhispers\Http\Controllers;

use Illuminate\Support\Facades\DB;
use NUSWhispers\Models\Tag;
use Illuminate\Support\Facades\DB;

class TagsController extends Controller
{
Expand Down

0 comments on commit f2ac525

Please sign in to comment.