Skip to content

Commit

Permalink
Update TimeEntryResource.php
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisdelicata authored Dec 26, 2024
1 parent 7579518 commit 17ce449
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/Filament/App/Resources/TimeEntryResource.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


<?php

namespace App\Filament\App\Resources;
Expand Down Expand Up @@ -81,4 +79,4 @@ public static function getPages(): array
'edit' => Pages\EditTimeEntry::route('/{record}/edit'),
];
}
}
}

0 comments on commit 17ce449

Please sign in to comment.