Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
days are now displayed in french
Browse files Browse the repository at this point in the history
  • Loading branch information
Teddy Roncin committed Aug 29, 2023
1 parent 6fe5740 commit 9163dd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Http/Controllers/Admin/PermController.php
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ public function shotgun() {
$open->setTimestamp($perm->open);
$perm->isOpen = $open < new \DateTime('now');
}
setlocale(LC_TIME, 'fr_FR.utf8');
return view('dashboard.perms.shotgun', compact('perms'));
}

Expand Down

0 comments on commit 9163dd7

Please sign in to comment.