(Update) Namespace models under App\Models 🚀

This commit is contained in:
HDVinnie
2019-02-22 08:15:41 -05:00
parent dd158f0975
commit 3c87845e54
148 changed files with 402 additions and 387 deletions
+2 -2
View File
@@ -13,8 +13,8 @@
namespace App\Http\Controllers;
use App\Thank;
use App\Torrent;
use App\Models\Thank;
use App\Models\Torrent;
use Brian2694\Toastr\Toastr;
class ThankController extends Controller