diff --git a/app/Bus/Handlers/Jobs/System/SendBeaconJobHandler.php b/app/Bus/Handlers/Jobs/System/SendBeaconJobHandler.php index 05733540..0d3025dc 100644 --- a/app/Bus/Handlers/Jobs/System/SendBeaconJobHandler.php +++ b/app/Bus/Handlers/Jobs/System/SendBeaconJobHandler.php @@ -11,8 +11,8 @@ namespace CachetHQ\Cachet\Bus\Handlers\Jobs\System; -use CachetHQ\Cachet\Integrations\Contracts\Beacon; use CachetHQ\Cachet\Bus\Jobs\System\SendBeaconJob; +use CachetHQ\Cachet\Integrations\Contracts\Beacon; use Exception; /** diff --git a/tests/Bus/Jobs/System/SendBeaconJobTest.php b/tests/Bus/Jobs/System/SendBeaconJobTest.php index ccea5df9..dd0963d8 100644 --- a/tests/Bus/Jobs/System/SendBeaconJobTest.php +++ b/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; /**