Skip to content

Commit b0798e7

Browse files
author
Roshan
committed
wip : code style fix [skip ci]'
1 parent f608ae9 commit b0798e7

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
@@ -1,6 +1,5 @@
11
<?php
22

3-
43
namespace Studio\Totem\Http\Controllers;
54

65
use Illuminate\Support\Facades\Artisan;
@@ -11,6 +10,7 @@ public function index($task)
1110
{
1211
$command = app($task->command);
1312
Artisan::call($command->getName());
13+
1414
return redirect()->back();
1515
}
1616
}

0 commit comments

Comments
 (0)