add user id column to azmayesh table

This commit is contained in:
2024-12-02 10:37:48 +03:30
parent cc0eb78a53
commit a706406261
5 changed files with 63 additions and 3 deletions

View File

@@ -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,
]);
}
}