We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 778664b commit 55aca1dCopy full SHA for 55aca1d
app/Bus/Handlers/Jobs/System/SendBeaconJobHandler.php
@@ -11,8 +11,8 @@
11
12
namespace CachetHQ\Cachet\Bus\Handlers\Jobs\System;
13
14
-use CachetHQ\Cachet\Integrations\Contracts\Beacon;
15
use CachetHQ\Cachet\Bus\Jobs\System\SendBeaconJob;
+use CachetHQ\Cachet\Integrations\Contracts\Beacon;
16
use Exception;
17
18
/**
tests/Bus/Jobs/System/SendBeaconJobTest.php
@@ -12,8 +12,8 @@
namespace CachetHQ\Tests\Cachet\Bus\Jobs\System;
use AltThree\TestBench\JobTrait;
-use CachetHQ\Cachet\Bus\Jobs\System\SendBeaconJob;
use CachetHQ\Cachet\Bus\Handlers\Jobs\System\SendBeaconJobHandler;
+use CachetHQ\Cachet\Bus\Jobs\System\SendBeaconJob;
use CachetHQ\Tests\Cachet\AbstractTestCase;
19
0 commit comments