Renamed filter attributes in time entry endpoints

This commit is contained in:
Constantin Graf
2024-05-21 17:42:32 +02:00
parent 2a8ab12017
commit 2e710795ec
6 changed files with 33 additions and 33 deletions

View File

@@ -29,7 +29,7 @@ class TestJobCommand extends Command
*/
public function handle(): int
{
$user = User::first();
$user = User::firstOrFail();
TestJob::dispatch($user, 'Test job message.');
return self::SUCCESS;