Skip to content

Commit bc685b1

Browse files
committed
Use different Queueable trait
1 parent df4f41c commit bc685b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Sentry/Features/ConsoleSchedulingIntegrationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
namespace Sentry\Laravel\Tests\Features;
44

55
use DateTimeZone;
6+
use Illuminate\Bus\Queueable;
67
use Illuminate\Console\Scheduling\Schedule;
78
use Illuminate\Contracts\Queue\ShouldQueue;
8-
use Illuminate\Foundation\Queue\Queueable;
99
use RuntimeException;
1010
use Sentry\Laravel\Tests\TestCase;
1111
use Illuminate\Console\Scheduling\Event;

0 commit comments

Comments
 (0)