(Update) Refactor HTTP Redirects

- Use global redirect() helper instead of facade
This commit is contained in:
HDVinnie
2018-02-16 14:07:24 -05:00
parent 9893abfbb5
commit 8a8f440781
46 changed files with 161 additions and 260 deletions
-2
View File
@@ -19,9 +19,7 @@ use App\History;
use App\BonTransactions;
use App\Requests;
use App\Group;
use Illuminate\Support\Facades\DB;
use Carbon\Carbon;
class StatsController extends Controller