mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-15 03:32:15 +01:00
Renamed filter attributes in time entry endpoints
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user