Skip to content

Commit 08d8258

Browse files
roshangautamStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent b0798e7 commit 08d8258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Controllers/ExecuteTasksController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public function index($task)
1010
{
1111
$command = app($task->command);
1212
Artisan::call($command->getName());
13-
13+
1414
return redirect()->back();
1515
}
1616
}

0 commit comments

Comments
 (0)