Removed option to update billable rate without updating time entries

This commit is contained in:
Constantin Graf
2024-07-15 14:01:33 +02:00
committed by Constantin Graf
parent be50397775
commit 1dc35f1f55
14 changed files with 22 additions and 58 deletions

View File

@@ -23,6 +23,7 @@ class TestJob implements ShouldQueue
private User $user;
private string $message;
private bool $fail;
/**
@@ -37,6 +38,7 @@ class TestJob implements ShouldQueue
/**
* Execute the job.
*
* @throws Exception
*/
public function handle(): void