mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-05-01 07:52:00 -05:00
(Update) Namespace models under App\Models 🚀
This commit is contained in:
@@ -13,11 +13,11 @@
|
||||
|
||||
namespace App\Http\Controllers\API;
|
||||
|
||||
use App\Bot;
|
||||
use App\User;
|
||||
use App\UserEcho;
|
||||
use App\Models\Bot;
|
||||
use App\Models\User;
|
||||
use App\Models\UserEcho;
|
||||
use Carbon\Carbon;
|
||||
use App\UserAudible;
|
||||
use App\Models\UserAudible;
|
||||
use App\Bots\NerdBot;
|
||||
use App\Bots\CasinoBot;
|
||||
use App\Bots\SystemBot;
|
||||
|
||||
Reference in New Issue
Block a user