mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
show claimed accounts in company profile
This commit is contained in:
@@ -49,7 +49,6 @@ class CompanyEmployeesTableSeeder extends Seeder
|
||||
|
||||
$exchangeUser = $company->employees()->first();
|
||||
|
||||
dd(User::where('email', '=', $exchangeUser->email)->count());
|
||||
if(User::where('email', '=', $exchangeUser->email)->count()){
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user