add user id column to azmayesh table
This commit is contained in:
@@ -386,6 +386,8 @@ class StoreTest extends TestCase
|
||||
'consultant' => $data['consultant'],
|
||||
'applicant' => $data['applicant'],
|
||||
'province_id' => $data['province_id'],
|
||||
'user_id' => $user->id,
|
||||
'user_name' => $user->name,
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user