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,10 +13,10 @@
|
||||
|
||||
namespace App\Http\Controllers;
|
||||
|
||||
use App\Post;
|
||||
use App\User;
|
||||
use App\Forum;
|
||||
use App\Topic;
|
||||
use App\Models\Post;
|
||||
use App\Models\User;
|
||||
use App\Models\Forum;
|
||||
use App\Models\Topic;
|
||||
use Brian2694\Toastr\Toastr;
|
||||
use Illuminate\Http\Request;
|
||||
use App\Repositories\ChatRepository;
|
||||
|
||||
Reference in New Issue
Block a user