mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-21 19:47:48 +00:00
Use PSR-12 code style
This commit is contained in:
@@ -33,7 +33,6 @@ use Illuminate\View\View;
|
||||
*/
|
||||
class CreateController extends Controller
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
@@ -64,5 +63,4 @@ class CreateController extends Controller
|
||||
$previousUrl = $this->rememberPreviousUrl('webhooks.create.url');
|
||||
return view('webhooks.create', compact('previousUrl'));
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user