Skip to content

Commit

Permalink
add created at to the ui
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed Jul 3, 2024
1 parent 2561d94 commit f1c2286
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/Domains/Chat/DateRangesEnum.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@

use App\Helpers\EnumHelperTrait;

enum DateRangesEnum : string
enum DateRangesEnum: string
{

use EnumHelperTrait;

case Today = 'today';
Expand All @@ -16,5 +15,4 @@ enum DateRangesEnum : string
case ThisMonth = 'this_month';
case LastMonth = 'last_month';


}

0 comments on commit f1c2286

Please sign in to comment.