Skip to content

Commit

Permalink
Update StudentImport.php
Browse files Browse the repository at this point in the history
  • Loading branch information
farahamaliaa committed Jan 5, 2025
1 parent 39e94eb commit 676a64a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Imports/StudentImport.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function model(array $row)

$user->assignRole(RoleEnum::STUDENT->value);
$birthDate = $row[3] ? Carbon::instance(Date::excelToDateTimeObject($row[3])) : null;
dd($birthDate);
// dd($birthDate);


$data = [
Expand Down

0 comments on commit 676a64a

Please sign in to comment.