Skip to content

Commit 6e318a3

Browse files
kapersoftgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 31fe93e commit 6e318a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/SendSchedulerTasksCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
namespace Kapersoft\Knocker\Commands;
66

7-
use RuntimeException;
87
use Closure;
98
use Illuminate\Console\Command;
109
use Illuminate\Console\Scheduling\CallbackEvent;
@@ -14,6 +13,7 @@
1413
use Illuminate\Support\Facades\Schedule;
1514
use ReflectionClass;
1615
use ReflectionFunction;
16+
use RuntimeException;
1717

1818
class SendSchedulerTasksCommand extends Command
1919
{

0 commit comments

Comments
 (0)