mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-24 03:59:08 -05:00
(Update) Namespace models under App\Models 🚀
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user