Move User model to Models/
This commit is contained in:
@@ -4,8 +4,7 @@ namespace App\Console\Commands;
|
||||
|
||||
use Illuminate\Console\Command;
|
||||
|
||||
use App\Models\Account;
|
||||
use App\User;
|
||||
use App\Models\{Account,User};
|
||||
|
||||
class UserAccountMerge extends Command
|
||||
{
|
||||
|
Reference in New Issue
Block a user