(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
-1
View File
@@ -13,7 +13,6 @@
namespace App\Http\Controllers;
use Illuminate\Support\Facades\DB;
use App\Page;
use App\User;