mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-23 14:26:58 +00:00
Use PSR-12 code style
This commit is contained in:
@@ -35,7 +35,6 @@ use Illuminate\View\View;
|
||||
*/
|
||||
class IndexController extends Controller
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
@@ -63,8 +62,6 @@ class IndexController extends Controller
|
||||
*/
|
||||
public function index(Request $request)
|
||||
{
|
||||
|
||||
return view('webhooks.index');
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user