mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-06-28 10:58:43 -07:00
🤖 Auto commit for release 'develop' on 2026-03-09
This commit is contained in:
@@ -27,7 +27,6 @@ namespace FireflyIII\Http\Controllers\Webhooks;
|
||||
use FireflyIII\Http\Controllers\Controller;
|
||||
use FireflyIII\Models\Webhook;
|
||||
use FireflyIII\Support\Facades\FireflyConfig;
|
||||
use Illuminate\Contracts\Foundation\Application;
|
||||
use Illuminate\Contracts\View\Factory;
|
||||
use Illuminate\Contracts\View\View;
|
||||
use Illuminate\Support\Facades\Log;
|
||||
@@ -54,6 +53,7 @@ final class EditController extends Controller
|
||||
return $next($request);
|
||||
});
|
||||
}
|
||||
|
||||
public function index(Webhook $webhook): Factory|View
|
||||
{
|
||||
if (false === FireflyConfig::get('allow_webhooks', config('firefly.allow_webhooks'))->data) {
|
||||
|
||||
Reference in New Issue
Block a user